Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Johannes Thumshirn and committed by
David Sterba
0c749585 04915240

+1 -1
+1 -1
fs/btrfs/raid-stripe-tree.c
··· 284 284 if (ret > 0) 285 285 ret = -ENOENT; 286 286 if (ret && ret != -EIO && !stripe->rst_search_commit_root) { 287 - btrfs_err(fs_info, 287 + btrfs_debug(fs_info, 288 288 "cannot find raid-stripe for logical [%llu, %llu] devid %llu, profile %s", 289 289 logical, logical + *length, stripe->dev->devid, 290 290 btrfs_bg_type_to_raid_name(map_type));