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.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 086cb0525cd1..92d892f92075 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -1142,11 +1142,9 @@ int btrfs_lookup_file_extent(struct btrfs_trans_handle *trans,
1142 struct btrfs_root *root, 1142 struct btrfs_root *root,
1143 struct btrfs_path *path, u64 objectid, 1143 struct btrfs_path *path, u64 objectid,
1144 u64 bytenr, int mod); 1144 u64 bytenr, int mod);
1145int btrfs_csum_file_block(struct btrfs_trans_handle *trans, 1145int btrfs_csum_file_blocks(struct btrfs_trans_handle *trans,
1146 struct btrfs_root *root, 1146 struct btrfs_root *root, struct inode *inode,
1147 struct inode *inode, 1147 struct bio *bio);
1148 u64 objectid, u64 offset,
1149 char *data, size_t len);
1150struct btrfs_csum_item *btrfs_lookup_csum(struct btrfs_trans_handle *trans, 1148struct btrfs_csum_item *btrfs_lookup_csum(struct btrfs_trans_handle *trans,
1151 struct btrfs_root *root, 1149 struct btrfs_root *root,
1152 struct btrfs_path *path, 1150 struct btrfs_path *path,