From: Shilong Wang Date: Sun, 12 Apr 2015 06:35:20 +0000 (+0800) Subject: Btrfs: fix wrong check for btrfs_force_chunk_alloc() X-Git-Tag: omap-for-v4.2/fixes-rc2-v2~20^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9689457b5b0a2b69874c421a489d3fb50ca76b7b;p=pandora-kernel.git Btrfs: fix wrong check for btrfs_force_chunk_alloc() btrfs_force_chunk_alloc() return 1 for allocation chunk successfully. This problem exists since commit c87f08ca4. With this patch, we might fix some enospc problems for balances. Signed-off-by: Wang Shilong Reviewed-by: Filipe Manana Tested-by: Filipe Manana Signed-off-by: Chris Mason --- Reading git-diff-tree failed