commit | 5b947f1ba959d4b19068f687ecd39900d1eea1aa | [log] [tgz] |
---|---|---|
author | Miao Xie <miaox@cn.fujitsu.com> | Tue Jan 22 10:52:04 2013 +0000 |
committer | Josef Bacik <jbacik@fusionio.com> | Wed Feb 20 09:37:24 2013 -0500 |
tree | daa886d7a6caa027132a3bc9e44efbe5e75b522f | |
parent | 63607cc86ab808e077a895be2d7895dcbf6f4cf3 [diff] |
Btrfs: don't traverse the ordered operation list repeatedly btrfs_run_ordered_operations() needn't traverse the ordered operation list repeatedly, it is because the transaction commiter will invoke it again when there is no other writer in this transaction, it can ensure that no one can add new objects into the ordered operation list. Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com>