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>
Sat, 1 Dec 2012 19:47:16 +0000 (12:47 -0700)
commit1fe0e730f4bc0953ee2025602948534bf28d6c27
tree3de5afc78c043e1bcc5d2ee613d145b7f749a0f2
parent09fea0b95600306fd1842899db1a69a0972d23ec
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