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)
committerLi Dongyang <dongyangli@ddn.com>
Wed, 19 Dec 2018 22:27:51 +0000 (09:27 +1100)
commit94180d16880296175c82a2bb80ee80a1191a2afd
tree673b12d92e6778fe2ef2493421a77a2ff9f15e7e
parenta2c3e282816d5596e1840e6eb402e10d580f5db5
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