ext4: Allow read/only mounts with corrupted block group checksums
authorTheodore Ts'o <tytso@mit.edu>
Sat, 26 Jul 2008 18:34:21 +0000 (14:34 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 26 Jul 2008 18:34:21 +0000 (14:34 -0400)
If the block group checksums are corrupted, still allow the mount to
succeed, so e2fsck can have a chance to try to fix things up.  Add
code in the remount r/w path to make sure the block group checksums
are valid before allowing the filesystem to be remounted read/write.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found