Whamcloud - gitweb
e2fsck: parse config file before command-line opts
authorAndreas Dilger <andreas.dilger@intel.com>
Thu, 12 Apr 2012 23:24:55 +0000 (17:24 -0600)
committerAndreas Dilger <andreas.dilger@intel.com>
Thu, 4 Jun 2015 19:39:07 +0000 (13:39 -0600)
commit286be5e2dde9ba0b7cf79b2f8b3f68f289cf82d8
tree3cc67fa69a3f6933e1041638084b92e78693ff7a
parentb1fcfb9398c69f54ac06f63c8c386167710f896a
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