]> Pileus Git - ~andy/linux/commit
Btrfs: remove unnecessary filemap writting and waiting after block group relocation
authorWang Shilong <wangsl.fnst@cn.fujitsu.com>
Fri, 13 Dec 2013 10:30:44 +0000 (18:30 +0800)
committerChris Mason <clm@fb.com>
Tue, 28 Jan 2014 21:19:57 +0000 (13:19 -0800)
commit54eb72c05f7731b4b148da47419b90a5f2108036
tree68bace81c23e7d347cd05f83c701f73c0c0fb0cf
parent5662344b3c0d9ddd9afd48716d795166f982d5e2
Btrfs: remove unnecessary filemap writting and waiting after block group relocation

We have commited transaction before, remove redundant filemap writting and
waiting here, it can speed up balance relocation process.

Signed-off-by: Wang Shilong <wangsl.fnst@cn.fujitsu.com>
Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/relocation.c