commit | 4729455f0a68f2fa0a83ec8460d1d4bccba9dcfa | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Jul 13 19:03:59 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jul 13 19:03:59 2008 -0400 |
tree | c244ac8ecf24f2b57ba0dab02da2dd154e496e7b | |
parent | c13ab4fa7aa2ddd3daa66c353ad41422265de9c3 [diff] |
libext2fs: Don't check the group checksum when !GDT_CSUM ext2fs_group_desc_csum_verify() is always checking the bg_checksum (to make sure it is zero) even when the GDT_CSUM feature is not present. This is normally OK, but apparently there are filesystems in the wild where this field has not be initialized to zero. Addresses-Debian-Bug: #490637 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>