fixup for btrfs_find_create_tree_block

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2017-09-12 14:35:57 +02:00
parent b782d087ae
commit 509784bee2

View file

@ -157,7 +157,7 @@ static int check_tree_mirror(struct btrfs_fs_info *fs_info,
return -EIO;
}
eb = btrfs_find_create_tree_block(fs_info, bytenr, nodesize);
eb = btrfs_find_create_tree_block(fs_info, bytenr);
if (!eb)
return -ENOMEM;
if (data) {