commit | 824366177aa108eb7b778dc67e4f38b9e01df93f | [log] [tgz] |
---|---|---|
author | Miao Xie <miaox@cn.fujitsu.com> | Wed May 15 07:48:28 2013 +0000 |
committer | Josef Bacik <jbacik@fusionio.com> | Fri Jun 14 11:29:47 2013 -0400 |
tree | 973dcc26b4af6720102522027132fc4d8545c9c6 | |
parent | 0860adfdb21c87c73afab4d143e7195603b3e883 [diff] |
Btrfs: don't flush the delalloc inodes in the while loop if flushoncommit is set It is unnecessary to flush the delalloc inodes again and again because we don't care the dirty pages which are introduced after the flush, and they will be flush in the transaction commit. Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com>