From: Josef Bacik Date: Thu, 22 Sep 2011 18:30:02 +0000 (-0400) Subject: Btrfs: check unused against how much space we actually want X-Git-Tag: v3.2-rc1~21^2~24^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef3be45722317f8c2fb0e861065df0c3830ff9ac;p=pandora-kernel.git Btrfs: check unused against how much space we actually want There is a bug that may lead to early ENOSPC in our reservation code. We've been checking against num_bytes which may be above and beyond what we want to actually reserve, which could give us a false ENOSPC. Fix this by making sure the unused space is above how much we want to reserve and not how much we're trying to flush. Thanks, Signed-off-by: Josef Bacik --- Reading git-diff-tree failed