]> git.karo-electronics.de Git - karo-tx-linux.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 17:45:01 +0000 (09:45 -0800)
commit31299e22be94e77b6df41d022e8f0bd075537d58
tree7b11481d5f47ec88b7d4e48b4b8769a7d3900a06
parent58ffefbe7bf2bdfc6f91b79eef9d670df6eab4d3
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