From: Josef Bacik Date: Wed, 23 May 2012 20:10:14 +0000 (-0400) Subject: Btrfs: fall back to non-inline if we don't have enough space X-Git-Tag: v3.5-rc1~17^2~1^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2adcac1a7331d93a17285804819caa96070b231f;p=pandora-kernel.git Btrfs: fall back to non-inline if we don't have enough space If cow_file_range_inline fails with ENOSPC we abort the transaction which isn't very nice. This really shouldn't be happening anyways but there's no sense in making it a horrible error when we can easily just go allocate normal data space for this stuff. Thanks, Signed-off-by: Josef Bacik --- Reading git-diff-tree failed