Btrfs: fix how we reserve space for deleting inodes
authorJosef Bacik <josef@redhat.com>
Fri, 5 Aug 2011 17:22:24 +0000 (13:22 -0400)
committerJosef Bacik <josef@redhat.com>
Wed, 19 Oct 2011 19:12:33 +0000 (15:12 -0400)
I converted btrfs_truncate to do sane reservations for truncate, but didn't
convert btrfs_evict_inode.  Basically we need to save the orphan_rsv for
deleting the orphan item, and do normal reservations for our truncate.  Thanks,

Signed-off-by: Josef Bacik <josef@redhat.com>

No differences found