aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 38eeb6c49c8a..1ceab8b4d6dc 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -2292,7 +2292,7 @@ extern struct file_operations btrfs_file_operations;
2292int btrfs_drop_extents(struct btrfs_trans_handle *trans, 2292int btrfs_drop_extents(struct btrfs_trans_handle *trans,
2293 struct btrfs_root *root, struct inode *inode, 2293 struct btrfs_root *root, struct inode *inode,
2294 u64 start, u64 end, u64 locked_end, 2294 u64 start, u64 end, u64 locked_end,
2295 u64 inline_limit, u64 *hint_block); 2295 u64 inline_limit, u64 *hint_block, int drop_cache);
2296int btrfs_mark_extent_written(struct btrfs_trans_handle *trans, 2296int btrfs_mark_extent_written(struct btrfs_trans_handle *trans,
2297 struct btrfs_root *root, 2297 struct btrfs_root *root,
2298 struct inode *inode, u64 start, u64 end); 2298 struct inode *inode, u64 start, u64 end);