From 98909c21d7725f622991e6fc7634544878fe5ab9 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 25 Aug 2017 16:54:16 +0200 Subject: btrfs-progs: drop blocksize from read_tree_block Signed-off-by: David Sterba --- disk-io.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'disk-io.h') diff --git a/disk-io.h b/disk-io.h index dfe4cf01..bdf4a89c 100644 --- a/disk-io.h +++ b/disk-io.h @@ -115,8 +115,7 @@ static inline u64 btrfs_sb_offset(int mirror) struct btrfs_device; int read_whole_eb(struct btrfs_fs_info *info, struct extent_buffer *eb, int mirror); -struct extent_buffer* read_tree_block( - struct btrfs_fs_info *fs_info, u64 bytenr, u32 blocksize, +struct extent_buffer* read_tree_block(struct btrfs_fs_info *fs_info, u64 bytenr, u64 parent_transid); int read_extent_data(struct btrfs_fs_info *fs_info, char *data, u64 logical, -- cgit v1.2.3