commit | 211f96c24f117fcc6e9e2431e40d92f4de22625e | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Fri Jun 03 01:26:53 2011 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Sat Jun 04 08:03:43 2011 -0400 |
tree | 9f73c5419e905066653660ec33f8d5efeaa3a148 | |
parent | 17aca1c987cff89dc4279371857035da902c8854 [diff] |
Btrfs: make sure we don't overflow the free space cache crc page The free space cache uses only one page for crcs right now, which means we can't have a cache file bigger than the crcs we can fit in the first page. This adds a check to enforce that restriction. Signed-off-by: Chris Mason <chris.mason@oracle.com>