From: Josef Bacik Date: Fri, 13 Jan 2012 00:10:12 +0000 (-0500) Subject: Btrfs: release space on error in page_mkwrite X-Git-Tag: v3.3-rc1~26^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec39e180fd3188c983c94603634bfcd019f42ae7;p=pandora-kernel.git Btrfs: release space on error in page_mkwrite If updating the inode gave us an ENOSPC we were just returning in page_mkwrite, which is a problem since we make our reservation right before trying to update the inode, so fix the out label so that we actually free our reservation. Thanks, Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed