Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15b636e1 authored by Fabian Frederick's avatar Fabian Frederick Committed by Chris Mason
Browse files

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: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarChris Mason <clm@fb.com>
parent b99d9a6a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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