fs-lib: No need to pass in _dev and _fop as they are inherited, not used as arguments.

master
Colin Guthrie 2011-12-15 21:48:00 +00:00 committed by Harald Hoyer
parent 03a44f0bf0
commit d06580986b
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ fsck_single() {

info "Checking $_fs: $_dev"
export FSTAB_FILE
eval "$_drv" "\"$_dev\"" "\"$_fop\""
eval "$_drv"
return $?
}