From: Miao Xie Date: Tue, 22 Jan 2013 10:52:04 +0000 (+0000) Subject: Btrfs: don't traverse the ordered operation list repeatedly X-Git-Tag: v3.9-rc1~17^2~29^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b947f1ba959d4b19068f687ecd39900d1eea1aa;p=pandora-kernel.git 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 Signed-off-by: Josef Bacik --- Reading git-diff-tree failed