fixup for btrfs_find_create_tree_block
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
b782d087ae
commit
509784bee2
2
scrub.c
2
scrub.c
|
@ -157,7 +157,7 @@ static int check_tree_mirror(struct btrfs_fs_info *fs_info,
|
||||||
return -EIO;
|
return -EIO;
|
||||||
}
|
}
|
||||||
|
|
||||||
eb = btrfs_find_create_tree_block(fs_info, bytenr, nodesize);
|
eb = btrfs_find_create_tree_block(fs_info, bytenr);
|
||||||
if (!eb)
|
if (!eb)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
if (data) {
|
if (data) {
|
||||||
|
|
Loading…
Reference in New Issue