From 4289a667a0d7c6b134898cac7bfbe950267c305c Mon Sep 17 00:00:00 2001 From: Josef Bacik Date: Fri, 5 Aug 2011 13:22:24 -0400 Subject: [PATCH] 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-format-patch failed