]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
libext2fs: quiet spurious group checksum errors
authorAndreas Dilger <adilger@whamcloud.com>
Wed, 8 Feb 2012 02:11:21 +0000 (21:11 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 8 Feb 2012 02:11:21 +0000 (21:11 -0500)
commit454ac9d56acb643c48222c71f2b0e63926783b17
treec2963ccb654e5e0038f1fe2d0be019098c961ca9
parent40b9cc517351dbedff43ab4f4da59af4921b6d25
libext2fs: quiet spurious group checksum errors

If we have to read the backup group descriptor checksums, the UNINIT
flags are cleared to ensure that all of the inodes in the filesystem
are scanned.  However, the code that reset the UNINIT flags did not
reset the group checksum, and this produced many spurious error
messages in e2fsck.

Group descriptor 0 checksum is invalid.  FIXED.
Group descriptor 1 checksum is invalid.  FIXED.
:
:

Recompute checksums after modifying group descriptors to avoid these
error messages.  Remove expected error messages in f_illitable_flexbg.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/openfs.c
tests/f_illitable_flexbg/expect.1