commit | 3c5556ed4a6da11d65fe7dd4992291a500da819c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Apr 19 09:28:47 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Apr 20 18:31:53 2008 -0400 |
tree | d018e5b094276a3c8738d4e09a7c7bff6afa89a0 | |
parent | 41a5afa87b0408bc213d72712a0f6fa9177680c4 [diff] |
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>