From: Chris Mason Date: Mon, 10 Nov 2008 16:47:09 +0000 (-0500) Subject: Btrfs: Try harder while searching for free space X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a31e166772a7b9fff6725b697eb8b57633671e;p=pandora-kernel.git Btrfs: Try harder while searching for free space The loop searching for free space would exit out too soon when metadata clustering was trying to allocate a large extent. This makes sure a full scan of the free space is done searching for only the minimum extent size requested by the higher layers. Signed-off-by: Chris Mason --- Reading git-diff-tree failed