• Josef Bacik's avatar
    Btrfs: fix how we discard outstanding ordered extents on abort · 779880ef
    Josef Bacik authored
    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>
    779880ef
disk-io.c 106 KB