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>
Tue, 14 Jan 2025 04:22:14 +0000 (15:22 +1100)
commit009701ee17473bb91182b8bd83131da0157b30d0
tree093fbbc38aaad18485bb6fdfc6bf3d6b74db481a
parentd790836ae0c1aa0360a14d27c3376ed96b1186ef
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