mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 14:13:53 +00:00
btrfs: change RST lookup error message level to debug
Now that RAID stripe-tree lookup failures are not treated as a fatal issue any more, change the RAID stripe-tree lookup error message to debug level. 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:
parent
04915240e2
commit
0c749585fc
@ -284,7 +284,7 @@ int btrfs_get_raid_extent_offset(struct btrfs_fs_info *fs_info,
|
||||
if (ret > 0)
|
||||
ret = -ENOENT;
|
||||
if (ret && ret != -EIO && !stripe->rst_search_commit_root) {
|
||||
btrfs_err(fs_info,
|
||||
btrfs_debug(fs_info,
|
||||
"cannot find raid-stripe for logical [%llu, %llu] devid %llu, profile %s",
|
||||
logical, logical + *length, stripe->dev->devid,
|
||||
btrfs_bg_type_to_raid_name(map_type));
|
||||
|
Loading…
Reference in New Issue
Block a user