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, 9 Aug 2012 08:13:28 +0000 (02:13 -0600)
commit90402ac813edfe0dfe89a3474c7e60474f282bb0
tree2647aee559ab4c72cac20745d7033caa0224bfab
parentf993b64653e48b68e01d54ff3243bb29391d02cf
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