Btrfs: add some free space cache tests
authorJosef Bacik <jbacik@fusionio.com>
Fri, 15 Mar 2013 13:47:08 +0000 (09:47 -0400)
committerJosef Bacik <jbacik@fusionio.com>
Mon, 6 May 2013 19:52:54 +0000 (15:52 -0400)
commit74255aa07d292385ca3a4a4e8f0bc492d9bdd116
tree02ee09448bbb988baf59bed8615a9f0dcc608a5a
parente75206cfdc89f4b5361776443acba4c940770b30
Btrfs: add some free space cache tests

We keep hitting bugs in the tree log replay because btrfs_remove_free_space
doesn't account for some corner case.  So add a bunch of tests to try and fully
test btrfs_remove_free_space since the only time it is called is during tree log
replay.  These tests all finish successfully, so as we find more of these bugs
we need to add to these tests to make sure we don't regress in fixing things.
I've hidden the tests behind a Kconfig option, but they take no time to run so
all btrfs developers should have this turned on all the time.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/Kconfig
fs/btrfs/free-space-cache.c
fs/btrfs/free-space-cache.h
fs/btrfs/super.c
This page took 0.073052 seconds and 5 git commands to generate.