]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Btrfs: fix the amount of space reserved for unlink
authorJosef Bacik <josef@redhat.com>
Tue, 11 Oct 2011 18:18:24 +0000 (14:18 -0400)
committerChris Mason <chris.mason@oracle.com>
Wed, 16 Nov 2011 02:20:30 +0000 (21:20 -0500)
commit521013f174bdb5b74e68f5aaafb42aba82938e18
tree8cd19f1f32a7a5235f473377ee9280da02c814f9
parent7ca761150280b5a6dcd779977d128a9742e755b8
Btrfs: fix the amount of space reserved for unlink

Our unlink reservations were a bit much, we were reserving 10 and I only count 8
possible items we're touching, so comment what we're reserving for and fix the
count value.  Thanks,

Signed-off-by: Josef Bacik <josef@redhat.com>
(cherry picked from commit e70bea5fe0e3d6355fd95674eaff5aa5a32f0564)
fs/btrfs/inode.c