From: Josef Bacik Date: Mon, 7 Dec 2009 21:45:59 +0000 (+0000) Subject: Btrfs: make metadata chunks smaller X-Git-Tag: v2.6.33-rc1~7^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83d3c9696fed237a3d96fce18299e2fcf112109f;p=pandora-kernel.git Btrfs: make metadata chunks smaller This patch makes us a bit less zealous about making sure we have enough free metadata space by pearing down the size of new metadata chunks to 256mb instead of 1gb. Also, we used to try an allocate metadata chunks when allocating data, but that sort of thing is done elsewhere now so we can just remove it. With my -ENOSPC test I used to have 3gb reserved for metadata out of 75gb, now I have 1.7gb. Thanks, Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed