Whamcloud - gitweb
tune2fs: don't convert block # to cluster # when clearing uninit_bg
authorDarrick J. Wong <darrick.wong@oracle.com>
Sun, 13 Oct 2013 02:31:20 +0000 (22:31 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 13 Oct 2013 03:05:36 +0000 (23:05 -0400)
commit45e9ccdbb37166845f0ffc2faa3c678d1a32ae49
treebaec6e71385768fe81a38e85daa6911438196d4f
parente337e7fad8d9f29ea6a7436b40361f3a1a17a6af
tune2fs: don't convert block # to cluster # when clearing uninit_bg

When we're constructing the initial block bitmap as part of removing
the gdt_csum (i.e. uninit_bg) feature, we mustn't convert the block
numbers to cluster numbers because ext2fs_mark_block_bitmap2() does
this for us.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/tune2fs.c