aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/block-group.c
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2024-03-13 17:14:02 +0000
committerDavid Sterba <dsterba@suse.com>2024-03-26 16:42:39 +0100
commit2133460061e1bbecb47da73ad5ec7cf8e951006c (patch)
tree8fbda74199b8020c5cb13b4ef79d5a9f6d94874f /fs/btrfs/block-group.c
parent379c87239320a204138995e1da35ce9eca239e7a (diff)
downloadlinux-2133460061e1bbecb47da73ad5ec7cf8e951006c.tar.gz
btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()
At btrfs_add_extent_mapping(), if we failed to merge the extent map, which is unexpected and theoretically should never happen, we use WARN_ONCE() to log a message which is not great because we don't get information about which filesystem it relates to in case we have multiple btrfs filesystems mounted. So change this to use btrfs_warn() and surround the error check with WARN_ON() so we always get a useful stack trace and the condition is flagged as "unlikely" since it's not expected to ever happen. Reviewed-by: Qu Wenruo <wqu@suse.com> Reviewed-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/block-group.c')
0 files changed, 0 insertions, 0 deletions