fs-lib: No need to pass in _dev and _fop as they are inherited, not used as arguments.
parent
03a44f0bf0
commit
d06580986b
|
@ -197,7 +197,7 @@ fsck_single() {
|
|||
|
||||
info "Checking $_fs: $_dev"
|
||||
export FSTAB_FILE
|
||||
eval "$_drv" "\"$_dev\"" "\"$_fop\""
|
||||
eval "$_drv"
|
||||
return $?
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue