From: Miao Xie Date: Mon, 4 Nov 2013 15:13:25 +0000 (+0800) Subject: Btrfs: don't wait for the completion of all the ordered extents X-Git-Tag: v3.13-rc1~85^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b02441999efcc6152b87cd58e7970bb7843f76cf;p=pandora-kernel.git Btrfs: don't wait for the completion of all the ordered extents It is very likely that there are lots of ordered extents in the filesytem, if we wait for the completion of all of them when we want to reclaim some space for the metadata space reservation, we would be blocked for a long time. The performance would drop down suddenly for a long time. Signed-off-by: Miao Xie Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed