From: Josef Bacik Date: Fri, 5 Aug 2011 17:22:24 +0000 (-0400) Subject: Btrfs: fix how we reserve space for deleting inodes X-Git-Tag: v3.2-rc1~21^2~24^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4289a667a0d7c6b134898cac7bfbe950267c305c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed