git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37be25b
)
Btrfs: fix how we reserve space for deleting inodes
author
Josef Bacik
<josef@redhat.com>
Fri, 5 Aug 2011 17:22:24 +0000
(13:22 -0400)
committer
Josef 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