summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2013-04-30 18:51:58 +0200
committerJosef Bacik <jbacik@fusionio.com>2013-06-14 17:29:18 +0200
commite6d2960582f625ba6e676117019b62aa87425e8f (patch)
treeef7a26fbfd2dbd8ab7891dc9a95d4294846f3271 /fs/btrfs/free-space-cache.c
parentbtrfs: add prefix to sanity tests messages (diff)
downloadlinux-e6d2960582f625ba6e676117019b62aa87425e8f.tar.xz
linux-e6d2960582f625ba6e676117019b62aa87425e8f.zip
btrfs: move ifdef around sanity checks out of init_btrfs_fs
Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Diffstat (limited to 'fs/btrfs/free-space-cache.c')
-rw-r--r--fs/btrfs/free-space-cache.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/btrfs/free-space-cache.c b/fs/btrfs/free-space-cache.c
index 02c4d38f9e50..ed26a5793cf7 100644
--- a/fs/btrfs/free-space-cache.c
+++ b/fs/btrfs/free-space-cache.c
@@ -3490,4 +3490,6 @@ out:
test_msg("Free space cache tests finished\n");
}
#undef test_msg
-#endif /* CONFIG_BTRFS_FS_RUN_SANITY_TESTS */
+#else /* !CONFIG_BTRFS_FS_RUN_SANITY_TESTS */
+void btrfs_test_free_space_cache(void) {}
+#endif /* !CONFIG_BTRFS_FS_RUN_SANITY_TESTS */