]> git.baikalelectronics.ru Git - kernel.git/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)
commit747ecbcca7af7ae92d20daecdf3bfc144627b424
tree68bace81c23e7d347cd05f83c701f73c0c0fb0cf
parentfe885fddafe9f540232ea7d4ca27b96185145f7c
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