]> git.baikalelectronics.ru Git - kernel.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)
committerChris Mason <chris.mason@oracle.com>
Fri, 6 Jan 2012 20:41:34 +0000 (15:41 -0500)
commit13c8a5f2bfacffefbf84de41d2d0c34d01766cca
treeaddcb347d4c00d724f86d309ad26b75438b7a814
parent3cf2eee1dbfd273f6f25360ed94da3b6e77f1d1a
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>
fs/btrfs/extent-tree.c