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 --- ctree.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ctree.c') diff --git a/ctree.c b/ctree.c index 96c89577..8d081880 100644 --- a/ctree.c +++ b/ctree.c @@ -650,7 +650,6 @@ struct extent_buffer *read_node_slot(struct btrfs_fs_info *fs_info, return NULL; return read_tree_block(fs_info, btrfs_node_blockptr(parent, slot), - fs_info->nodesize, btrfs_node_ptr_generation(parent, slot)); } -- cgit v1.2.3