diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 2f398062b942..9f5e1cfb0209 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -4034,5 +4034,9 @@ static inline int btrfs_defrag_cancelled(struct btrfs_fs_info *fs_info) | |||
4034 | return signal_pending(current); | 4034 | return signal_pending(current); |
4035 | } | 4035 | } |
4036 | 4036 | ||
4037 | /* Sanity test specific functions */ | ||
4038 | #ifdef CONFIG_BTRFS_FS_RUN_SANITY_TESTS | ||
4039 | void btrfs_test_destroy_inode(struct inode *inode); | ||
4040 | #endif | ||
4037 | 4041 | ||
4038 | #endif | 4042 | #endif |