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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index ec42a24e935e..e863188a3f17 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -2496,11 +2496,11 @@ struct extent_buffer *btrfs_alloc_free_block(struct btrfs_trans_handle *trans,
2496 struct btrfs_root *root, u32 blocksize, 2496 struct btrfs_root *root, u32 blocksize,
2497 u64 parent, u64 root_objectid, 2497 u64 parent, u64 root_objectid,
2498 struct btrfs_disk_key *key, int level, 2498 struct btrfs_disk_key *key, int level,
2499 u64 hint, u64 empty_size, int for_cow); 2499 u64 hint, u64 empty_size);
2500void btrfs_free_tree_block(struct btrfs_trans_handle *trans, 2500void btrfs_free_tree_block(struct btrfs_trans_handle *trans,
2501 struct btrfs_root *root, 2501 struct btrfs_root *root,
2502 struct extent_buffer *buf, 2502 struct extent_buffer *buf,
2503 u64 parent, int last_ref, int for_cow); 2503 u64 parent, int last_ref);
2504struct extent_buffer *btrfs_init_new_buffer(struct btrfs_trans_handle *trans, 2504struct extent_buffer *btrfs_init_new_buffer(struct btrfs_trans_handle *trans,
2505 struct btrfs_root *root, 2505 struct btrfs_root *root,
2506 u64 bytenr, u32 blocksize, 2506 u64 bytenr, u32 blocksize,