commit | 456e9892707c2f88b951c67113b265e45a1b2556 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Apr 19 09:47:37 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Apr 20 18:31:53 2008 -0400 |
tree | f918f5e60e7c801dbd311776e923080b81c97515 | |
parent | 3c5556ed4a6da11d65fe7dd4992291a500da819c [diff] |
ext2fs_set_gdt_csum: Remove setting of BLOCK_UNINIT This function tried to set BLOCK_UNINIT based on the return value of ext2fs_super_and_bgd_loc. That's not something that works once we start allowing flex_bg since the block group metadata might not be located in the blockgroup itself. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>