btrfs: drop error message in extent_io_tree insert_state()
authorDavid Sterba <dsterba@suse.com>
Tue, 21 Nov 2023 13:20:17 +0000 (14:20 +0100)
committerDavid Sterba <dsterba@suse.com>
Fri, 15 Dec 2023 19:27:02 +0000 (20:27 +0100)
commitab76c43e7474eafdc95f7d83aa6ab1a53fde01c4
treeb49797edf613308a106aea78132dff5857b4e37a
parent516095cdf07af0c7223681079d87e9c42c7cf599
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>
fs/btrfs/extent-io-tree.c