summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
diff options
context:
space:
mode:
authorFabian Frederick2014-09-25 23:33:06 +0200
committerChris Mason2014-10-04 01:14:59 +0200
commit15b636e1dd8f56ef1c580e086e46c8b32d8fe2b4 (patch)
tree9657daea465ec4cb19227091cdbbd981cfd17b02 /fs/btrfs
parentbtrfs: fix shadow warning on cmp (diff)
downloadkernel-qcow2-linux-15b636e1dd8f56ef1c580e086e46c8b32d8fe2b4.tar.gz
kernel-qcow2-linux-15b636e1dd8f56ef1c580e086e46c8b32d8fe2b4.tar.xz
kernel-qcow2-linux-15b636e1dd8f56ef1c580e086e46c8b32d8fe2b4.zip
Btrfs: remove redundant btrfs_verify_qgroup_counts declaration.
Do like disk-io function declared under CONFIG_BTRFS_FS_RUN_SANITY_TESTS and keep prototype in qgroup.h only Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs/btrfs')
-rw-r--r--fs/btrfs/ctree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 089f6da09411..67ef9d1a1d9b 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -4126,8 +4126,6 @@ static inline int btrfs_defrag_cancelled(struct btrfs_fs_info *fs_info)
/* Sanity test specific functions */
#ifdef CONFIG_BTRFS_FS_RUN_SANITY_TESTS
void btrfs_test_destroy_inode(struct inode *inode);
-int btrfs_verify_qgroup_counts(struct btrfs_fs_info *fs_info, u64 qgroupid,
- u64 rfer, u64 excl);
#endif
#endif