]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ext4: fix block validity checks so they work correctly with meta_bg
authorTheodore Ts'o <tytso@mit.edu>
Sun, 15 Nov 2009 20:29:56 +0000 (15:29 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Dec 2009 16:07:37 +0000 (08:07 -0800)
commitb284e381f7b816a523636271274e38af7aae3dbd
tree64d0fb8d72cd3fce82ae7367f833fa4051fb9e47
parent433a171d4c17eff96511617e132efb985f200fad
ext4: fix block validity checks so they work correctly with meta_bg

(cherry picked from commit 1032988c71f3f85483b2b4319684d1205a704c02)

The block validity checks used by ext4_data_block_valid() wasn't
correctly written to check file systems with the meta_bg feature.  Fix
this.

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