From: Josef Bacik Date: Mon, 6 Aug 2012 19:46:38 +0000 (-0600) Subject: Btrfs: increase the size of the free space cache X-Git-Tag: v3.6-rc4~6^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fc823b10f333313deb0b5d9069cbfd3a3f99f3a;p=pandora-kernel.git Btrfs: increase the size of the free space cache Arne was complaining about the space cache having mismatching generation numbers when debugging a deadlock. This is because we can run out of space in our preallocated range for our space cache if you have a pretty fragmented amount of space in your pinned space. So just increase the amount of space we preallocate for space cache so we can be sure to have enough space. This will only really affect data ranges since their the only chunks that end up larger than 256MB. Thanks, Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed