]> git.baikalelectronics.ru Git - kernel.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)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 15 Nov 2009 20:29:56 +0000 (15:29 -0500)
commit9b250db2fd8418619057830e9a301d682299897f
treeace311067686bf5b93e10ab793ee62b593d8660f
parent2256f264f8ae1f5fae6cbbdaa1b9f7148e511efd
ext4: fix block validity checks so they work correctly with meta_bg

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