aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/free-space-cache.h
diff options
context:
space:
mode:
authorGravatar David Sterba <dsterba@suse.cz> 2013-04-30 16:51:58 +0000
committerGravatar Josef Bacik <jbacik@fusionio.com> 2013-06-14 11:29:18 -0400
commite6d2960582f625ba6e676117019b62aa87425e8f (patch)
treeef7a26fbfd2dbd8ab7891dc9a95d4294846f3271 /fs/btrfs/free-space-cache.h
parentbtrfs: add prefix to sanity tests messages (diff)
downloadlinux-e6d2960582f625ba6e676117019b62aa87425e8f.tar.gz
linux-e6d2960582f625ba6e676117019b62aa87425e8f.tar.bz2
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.h')
-rw-r--r--fs/btrfs/free-space-cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/free-space-cache.h b/fs/btrfs/free-space-cache.h
index 8b7f19f44961..894116b71304 100644
--- a/fs/btrfs/free-space-cache.h
+++ b/fs/btrfs/free-space-cache.h
@@ -113,8 +113,6 @@ int btrfs_return_cluster_to_free_space(
int btrfs_trim_block_group(struct btrfs_block_group_cache *block_group,
u64 *trimmed, u64 start, u64 end, u64 minlen);
-#ifdef CONFIG_BTRFS_FS_RUN_SANITY_TESTS
void btrfs_test_free_space_cache(void);
-#endif
#endif