From: Chris Mason Date: Tue, 26 Oct 2010 17:37:56 +0000 (-0400) Subject: Btrfs: tune the chunk allocation to 5% of the FS as metadata X-Git-Tag: v2.6.37-rc1~19^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5bc2458293b2af6c0b94435965c68cc70974b56;p=pandora-kernel.git Btrfs: tune the chunk allocation to 5% of the FS as metadata An earlier commit tried to keep us from allocating too many empty metadata chunks. It was somewhat too restrictive and could lead to ENOSPC errors on empty filesystems. This increases the limits to about 5% of the FS size, allowing more metadata chunks to be preallocated. Signed-off-by: Chris Mason --- Reading git-diff-tree failed