commit | 2f356126c589d562f98e2287f9c7b983388dc62f | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Fri Jun 10 15:31:13 2011 -0400 |
committer | Josef Bacik <josef@redhat.com> | Mon Jul 11 09:58:49 2011 -0400 |
tree | 8674f29e4c8ccc2d536472f5fef5755b252093a3 | |
parent | fdb5effd5c2a7e01dc3a4217bb194e2d3a5b160f [diff] |
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 <josef@redhat.com>