Whamcloud - gitweb
ext2fs_set_gdt_csum: Remove bogus setting of ITABLE_ZEROED
authorTheodore Ts'o <tytso@mit.edu>
Sat, 19 Apr 2008 13:28:47 +0000 (09:28 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 20 Apr 2008 22:31:53 +0000 (18:31 -0400)
commit3c5556ed4a6da11d65fe7dd4992291a500da819c
treed018e5b094276a3c8738d4e09a7c7bff6afa89a0
parent41a5afa87b0408bc213d72712a0f6fa9177680c4
ext2fs_set_gdt_csum: Remove bogus setting of ITABLE_ZEROED

It used to be the case that ext2fs_set_gdt_csum set the ITABLE_ZEROED
flag if the INODE_UNINIT is not set.  This assumed that the only
caller of ext2fs_set_gdt_csum was e2fsck (which was not true), and
that e2fsck would take care of zeroing the inode table (whic was also
not true).

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/csum.c