commit | 63607cc86ab808e077a895be2d7895dcbf6f4cf3 | [log] [tgz] |
---|---|---|
author | Miao Xie <miaox@cn.fujitsu.com> | Tue Jan 22 10:50:35 2013 +0000 |
committer | Josef Bacik <jbacik@fusionio.com> | Wed Feb 20 09:37:23 2013 -0500 |
tree | 595ef8461a5f91b3eceed4fa06b553f14ad52ca3 | |
parent | eebc60840636e7351371fc17bcd057384bf0c16a [diff] |
Btrfs: traverse and flush the delalloc inodes once btrfs_start_delalloc_inodes() needn't traverse and flush the delalloc inodes repeatedly. It is because we can regard the data that the users write after we start delalloc inodes flush as the one which is after the delalloc inodes flush is done, and we can flush it next time. Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com>