From: Chris Mason Date: Thu, 13 Nov 2008 14:59:33 +0000 (-0500) Subject: Btrfs: Fix handling of space info full during allocations X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ed6d66408527be0d1c6131d44cec7e86008ba26;p=pandora-kernel.git Btrfs: Fix handling of space info full during allocations When we fail to allocate a new block group, we should still do the checks to make sure allocations try again with the minimum requested allocation size. This also fixes a deadlock that come from a missed down_read in the chunk allocation failure handling. Signed-off-by: Chris Mason --- Reading git-diff-tree failed