]> Pileus Git - ~andy/linux/commit
ext4: invalidate extent status tree during extent migration
authorDmitry Monakhov <dmonakhov@openvz.org>
Mon, 4 Mar 2013 05:50:47 +0000 (00:50 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 4 Mar 2013 05:50:47 +0000 (00:50 -0500)
commit6ca470d7b5e7639b7925b3202e796282703b6d5d
tree2957b3ea815b1a00bbc6ace1aa4ef12395aedb98
parentde99fcce1da7933a90198b80a2e896754ea3bdc8
ext4: invalidate extent status tree during extent migration

mext_replace_branches() will change inode's extents layout so
we have to drop corresponding cache.

TESTCASE:  301'th xfstest was not yet accepted to official xfstest's branch
and can be found here: https://github.com/dmonakhov/xfstests/commit/7b7efeee30a41109201e2040034e71db9b66ddc0

Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
fs/ext4/move_extent.c