Skip to content
Commit 779880ef authored by Josef Bacik's avatar Josef Bacik
Browse files

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: default avatarJosef Bacik <jbacik@fusionio.com>
parent eb12db69
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment