From: Josef Bacik Date: Thu, 31 Jan 2013 19:30:08 +0000 (-0500) Subject: Btrfs: fix how we discard outstanding ordered extents on abort X-Git-Tag: v3.9-rc1~17^2~29^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=779880ef35b60ac82eed1dcaec6db5b34a170df8;p=pandora-kernel.git Btrfs: fix how we discard outstanding ordered extents on abort When we abort we've been just free'ing up all the ordered extents and hoping for the best. This results in lots of warnings from various places, warnings from btrfs_destroy_inode() because it's ENOSPC accounting isn't fixed. It will also screw up lots of pages who have been set private but never get cleared because the ordered extents are never allowed to be submitted. This patch fixes those warnings. Thanks, Signed-off-by: Josef Bacik --- Reading git-diff-tree failed