Whamcloud - gitweb
e2fsck: don't complain about root dir csum failures when getting lnf
authorDarrick J. Wong <darrick.wong@oracle.com>
Sun, 14 Dec 2014 02:55:22 +0000 (21:55 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 14 Dec 2014 02:55:22 +0000 (21:55 -0500)
commit506fc404bad01a34213b8d62ed0be8499f6a8eca
treeeb76aa63ec4f711764d015552f093170f0bef644
parentd02d019557d993c8dfe2f7d0fea841101f0d9e61
e2fsck: don't complain about root dir csum failures when getting lnf

Don't complain about checksum failures on the root dir when we're
trying to find l+f if the root dir is going to be rehashed anyway.

The test case for this is t_enable_mcsum in the next patch.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass3.c