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>
Thu, 29 Nov 2012 13:05:16 +0000 (06:05 -0700)
commit4d84c22a44bf21f650dc5e699c162a7896fdf5b3
tree6ea588a5b412c2c4cee5dd618a0ebcf074e09568
parent761d89d9672a8129a3779bd2b695cc2cefec4ff7
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