From: Josef Bacik Date: Fri, 10 Jun 2011 19:31:13 +0000 (-0400) Subject: Btrfs: use the normal checksumming infrastructure for free space cache X-Git-Tag: v3.1-rc1~134^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f356126c589d562f98e2287f9c7b983388dc62f;p=pandora-kernel.git Btrfs: use the normal checksumming infrastructure for free space cache We used to store the checksums of the space cache directly in the space cache, however that doesn't work out too well if we have more space than we can fit the checksums into the first page. So instead use the normal checksumming infrastructure. There were problems with doing this originally but those problems don't exist now so this works out fine. Thanks, Signed-off-by: Josef Bacik --- Reading git-diff-tree failed