]> git.baikalelectronics.ru Git - kernel.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)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 23 Nov 2009 12:24:38 +0000 (07:24 -0500)
commit2256f264f8ae1f5fae6cbbdaa1b9f7148e511efd
treee42f0cc333df6807a47678e41599055b6b2c286e
parentb184f11d8d445a80d24b6faa9b85e8f8bdc6bd55
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