]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Btrfs: lower the bar for chunk allocation
authorChris Mason <chris.mason@oracle.com>
Fri, 6 Jan 2012 20:41:34 +0000 (15:41 -0500)
committerGuru Anbalagane <guru.anbalagane@oracle.com>
Fri, 27 Jan 2012 01:20:25 +0000 (17:20 -0800)
commitfe0286284439125effd6b1e8ba826bf0c69dacfa
tree623170e7d073d796c0e7374ab7e7831cba6d20a1
parenta1159704f9b9a87a3fa2d87793cfb0f0b7917e94
Btrfs: lower the bar for chunk allocation

The chunk allocation code has tried to keep a pretty tight lid on creating new
metadata chunks.  This is partially because in the past the reservation
code didn't give us an accurate idea of how much space was being used.

The new code is much more accurate, so we're able to get rid of some of these
checks.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
(cherry picked from commit cf1d72c9ceec391d34c48724da57282e97f01122)
fs/btrfs/extent-tree.c