mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-06 17:35:44 +00:00
btrfs: drop error message in extent_io_tree insert_state()
The helper insert_state errors are handled in all callers and reported by extent_io_tree_panic so we don't need to do it twice. Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
516095cdf0
commit
ab76c43e74
@ -442,9 +442,6 @@ static struct extent_state *insert_state(struct extent_io_tree *tree,
|
||||
}
|
||||
node = &(*node)->rb_right;
|
||||
} else {
|
||||
btrfs_err(tree->fs_info,
|
||||
"found node %llu %llu on insert of %llu %llu",
|
||||
entry->start, entry->end, state->start, state->end);
|
||||
return ERR_PTR(-EEXIST);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user