commit | 4289a667a0d7c6b134898cac7bfbe950267c305c | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Fri Aug 05 13:22:24 2011 -0400 |
committer | Josef Bacik <josef@redhat.com> | Wed Oct 19 15:12:33 2011 -0400 |
tree | 2a0564c4d33dc7f56eb7c1b0671885d5dbb79381 | |
parent | 37be25bcb6d731914e126f8de59c4367f0d66b80 [diff] |
Btrfs: fix how we reserve space for deleting inodes 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>