From: Chris Mason Date: Fri, 14 Oct 2011 10:31:20 +0000 (-0400) Subject: Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN X-Git-Tag: v3.2-rc1~21^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eae31e918972bbeefc119d23c1d67674f49a301;p=pandora-kernel.git Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN btrfs_remove_free_space needs to make sure to set ret back to a valid return value after setting it to EAGAIN, otherwise we return it to the callers. Signed-off-by: Chris Mason --- Reading git-diff-tree failed