From: Chris Mason Date: Mon, 17 Sep 2007 15:00:51 +0000 (-0400) Subject: Btrfs: Fix duplicate ENOSPC checks in find_free_extent X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~480 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf67582bb2ec364d71b3e4f8e49de98d8c3c832e;p=pandora-kernel.git Btrfs: Fix duplicate ENOSPC checks in find_free_extent find_free_extent would fail to wrap around to the start of the drive because it was doing the enospc case checking twice in some cases, causing it to return -ENOSPC early. Signed-off-by: Chris Mason --- Reading git-diff-tree failed