From: Chris Mason Date: Fri, 6 Jan 2012 20:41:34 +0000 (-0500) Subject: Btrfs: lower the bar for chunk allocation X-Git-Tag: v3.3-rc1~26^2~13^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf1d72c9ceec391d34c48724da57282e97f01122;p=pandora-kernel.git 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 --- Reading git-diff-tree failed