Whamcloud - gitweb
e2fsck: parse config file before command-line opts
authorAndreas Dilger <adilger@whamcloud.com>
Thu, 12 Apr 2012 23:24:55 +0000 (17:24 -0600)
committerAndreas Dilger <andreas.dilger@intel.com>
Wed, 24 Apr 2013 04:49:28 +0000 (22:49 -0600)
commite401eb42dc17781e8f64c15b9f8ba8fd58524910
treead83966f718a9ed3ac0108f7df06afac597010bb
parentecdb417649cafe548c826b5c7410032104bbf860
e2fsck: parse config file before command-line opts

The patch changes the order that the config file and command line
are parsed so that command line has precedence.  It also parses
the -E option for every occurrence, otherwise the -E option is
not cumulative.

Signed-off-by: Jim Garlick <garlick@llnl.gov>
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
e2fsck/unix.c