Btrfs: add sanity test for outstanding_extents accounting
[deliverable/linux.git] / fs / btrfs / ctree.h
index a0c90a324f53cc400be65ed6eb4425752fe7e293..5bd721a1516e8fba6cc8a7fc2a2a5175888cffd6 100644 (file)
@@ -3910,6 +3910,9 @@ int btrfs_prealloc_file_range_trans(struct inode *inode,
                                    loff_t actual_len, u64 *alloc_hint);
 int btrfs_inode_check_errors(struct inode *inode);
 extern const struct dentry_operations btrfs_dentry_operations;
+#ifdef CONFIG_BTRFS_FS_RUN_SANITY_TESTS
+void btrfs_test_inode_set_ops(struct inode *inode);
+#endif
 
 /* ioctl.c */
 long btrfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
This page took 0.061476 seconds and 5 git commands to generate.