mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 14:34:13 -04:00
btrfs: don't dump stripe-tree on lookup error
This just creates unnecessary noise and doesn't provide any insights into debugging RAID stripe-tree related issues. Reviewed-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
committed by
David Sterba
parent
f8e9f4a76d
commit
f8428360c8
@@ -284,8 +284,6 @@ int btrfs_get_raid_extent_offset(struct btrfs_fs_info *fs_info,
|
||||
if (ret > 0)
|
||||
ret = -ENOENT;
|
||||
if (ret && ret != -EIO && !stripe->is_scrub) {
|
||||
if (IS_ENABLED(CONFIG_BTRFS_DEBUG))
|
||||
btrfs_print_tree(leaf, 1);
|
||||
btrfs_err(fs_info,
|
||||
"cannot find raid-stripe for logical [%llu, %llu] devid %llu, profile %s",
|
||||
logical, logical + *length, stripe->dev->devid,
|
||||
|
||||
Reference in New Issue
Block a user