]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: fix uninit block bitmap initialization when s_meta_first_bg is non-zero
authorTheodore Ts'o <tytso@mit.edu>
Mon, 23 Nov 2009 12:24:38 +0000 (07:24 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Dec 2009 16:07:36 +0000 (08:07 -0800)
commit433a171d4c17eff96511617e132efb985f200fad
treea6f057833673dcc3cebbfe6bf710a2108c553d87
parenta0dacfcfac479a5b950a8d863fe8b55328a6e1cd
ext4: fix uninit block bitmap initialization when s_meta_first_bg is non-zero

(cherry picked from commit 8dadb198cb70ef811916668fe67eeec82e8858dd)

The number of old-style block group descriptor blocks is
s_meta_first_bg when the meta_bg feature flag is set.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext4/balloc.c