Whamcloud - gitweb
ext2fs_set_gdt_csum: Remove setting of BLOCK_UNINIT
authorTheodore Ts'o <tytso@mit.edu>
Sat, 19 Apr 2008 13:47:37 +0000 (09:47 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 20 Apr 2008 22:31:53 +0000 (18:31 -0400)
commit456e9892707c2f88b951c67113b265e45a1b2556
treef918f5e60e7c801dbd311776e923080b81c97515
parent3c5556ed4a6da11d65fe7dd4992291a500da819c
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>
lib/ext2fs/csum.c