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 <adilger@whamcloud.com>
Wed, 8 Aug 2012 19:40:25 +0000 (13:40 -0600)
commit3758b19e2f119d3104785612b316afb102919b21
tree77817b1a6ad8bf63541fdc00d708cbe84e3158ad
parent836ebba432b6fc5733fcd73380151aa6ca24f3a2
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 <adilger@whamcloud.com>
e2fsck/unix.c