]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/btrfs/ctree.h
Btrfs: add tests for btrfs_get_extent
[karo-tx-linux.git] / fs / btrfs / ctree.h
index 2f398062b942632a40c383b1785937e71f09f25a..9f5e1cfb02093427fb7ea385d96883c3b5b89db3 100644 (file)
@@ -4034,5 +4034,9 @@ static inline int btrfs_defrag_cancelled(struct btrfs_fs_info *fs_info)
        return signal_pending(current);
 }
 
+/* Sanity test specific functions */
+#ifdef CONFIG_BTRFS_FS_RUN_SANITY_TESTS
+void btrfs_test_destroy_inode(struct inode *inode);
+#endif
 
 #endif