From e5bc2458293b2af6c0b94435965c68cc70974b56 Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Tue, 26 Oct 2010 13:37:56 -0400 Subject: [PATCH] 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-format-patch failed