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)
committerJosef Bacik <josef@redhat.com>
Wed, 19 Oct 2011 19:12:55 +0000 (15:12 -0400)
commite70bea5fe0e3d6355fd95674eaff5aa5a32f0564
treedad7af7a0d449c43393c9249d4634a8279580534
parent4b91c14f913f649d4302b3677b85c4ce87a3d8e7
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>
fs/btrfs/inode.c