]> git.baikalelectronics.ru Git - kernel.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)
committerJosef Bacik <josef@redhat.com>
Wed, 19 Oct 2011 19:12:55 +0000 (15:12 -0400)
commit8cedf1b8b41589e122c7df0f9e17639d6475a229
treedad7af7a0d449c43393c9249d4634a8279580534
parent4080810695888a058611f9f73721708ba4d304cc
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