summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorJosef Bacik2015-03-16 22:38:52 +0100
committerJosef Bacik2015-03-17 21:36:31 +0100
commit6a3891c551268dd4ff0969b883c4c8b8d974db8f (patch)
treee9727d171e09a8468fc8ac759de743b84e018ad6 /fs/btrfs/ctree.h
parentBtrfs: just free dummy extent buffers (diff)
downloadkernel-qcow2-linux-6a3891c551268dd4ff0969b883c4c8b8d974db8f.tar.gz
kernel-qcow2-linux-6a3891c551268dd4ff0969b883c4c8b8d974db8f.tar.xz
kernel-qcow2-linux-6a3891c551268dd4ff0969b883c4c8b8d974db8f.zip
Btrfs: add sanity test for outstanding_extents accounting
I introduced a regression wrt outstanding_extents accounting. These are tricky areas that aren't easily covered by xfstests as we could change MAX_EXTENT_SIZE at any time. So add sanity tests to cover the various conditions that are tricky in order to make sure we don't introduce regressions in the future. Thanks, Signed-off-by: Josef Bacik <jbacik@fb.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index a0c90a324f53..5bd721a1516e 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -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);