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)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 23 Nov 2009 12:24:38 +0000 (07:24 -0500)
commit8dadb198cb70ef811916668fe67eeec82e8858dd
treee42f0cc333df6807a47678e41599055b6b2c286e
parent3f8fb9490efbd300887470a2a880a64e04dcc3f5
ext4: fix uninit block bitmap initialization when s_meta_first_bg is non-zero

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>
Cc: stable@kernel.org
fs/ext4/balloc.c