@@ -301,7 +301,8 @@ static int btree_read_extent_buffer_pages(struct btrfs_root *root,
{
struct extent_io_tree *io_tree;
int ret;
- int num_copies = 0;
+ int num_copies = btrfs_num_copies(&root->fs_info->mapping_tree,
+ eb->start, eb->len);
int mirror_num = 0;
io_tree = &BTRFS_I(root->fs_info->btree_inode)->io_tree;
@@ -312,8 +313,6 @@ static int btree_read_extent_buffer_pages(struct btrfs_root *root,
!verify_parent_transid(io_tree, eb, parent_transid))
return ret;
- num_copies = btrfs_num_copies(&root->fs_info->mapping_tree,
- eb->start, eb->len);
if (num_copies == 1)
return ret;