From: Josef Bacik Date: Tue, 30 Aug 2011 14:19:10 +0000 (-0400) Subject: Btrfs: handle enospc accounting for free space inodes X-Git-Tag: v3.2-rc1~21^2~24^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c09544e07f8cdc455ed8615d4c067d694c33bd18;p=pandora-kernel.git Btrfs: handle enospc accounting for free space inodes Since free space inodes now use normal checksumming we need to make sure to account for their metadata use. So reserve metadata space, and then if we fail to write out the metadata we can just release it, otherwise it will be freed up when the io completes. Thanks, Signed-off-by: Josef Bacik --- Reading git-diff-tree failed