From: Colin Guthrie Date: Thu, 15 Dec 2011 21:48:00 +0000 (+0000) Subject: fs-lib: No need to pass in _dev and _fop as they are inherited, not used as arguments. X-Git-Tag: 017~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d06580986b1a2e9c446df76ad722ee55d4dfcbf0;p=thirdparty%2Fdracut.git fs-lib: No need to pass in _dev and _fop as they are inherited, not used as arguments. --- diff --git a/modules.d/99fs-lib/fs-lib.sh b/modules.d/99fs-lib/fs-lib.sh index 7bb613293..f9dbbf98d 100755 --- a/modules.d/99fs-lib/fs-lib.sh +++ b/modules.d/99fs-lib/fs-lib.sh @@ -197,7 +197,7 @@ fsck_single() { info "Checking $_fs: $_dev" export FSTAB_FILE - eval "$_drv" "\"$_dev\"" "\"$_fop\"" + eval "$_drv" return $? }