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>
Tue, 29 May 2012 08:08:48 +0000 (02:08 -0600)
commitbe4ba9be21f71ac862bc97ba98a643b5b49706ea
tree2bddb19245c29d07afd649c5effd253931d4fcfa
parent71789068c6d36ae40c1e51b1ee32bd3b411cf201
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