]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
btrfs: remove duplicated definition of btrfs_printk_in_rcu()
authorFilipe Manana <fdmanana@suse.com>
Fri, 27 Feb 2026 12:09:47 +0000 (12:09 +0000)
committerDavid Sterba <dsterba@suse.com>
Tue, 3 Mar 2026 16:20:51 +0000 (17:20 +0100)
It's defined twice in a row for the !CONFIG_PRINTK case, so remove one
of the duplicates.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/messages.h

index 943e53980945ea605de695f16806d5de73573015..c8e92efce4058e5f6213269dfe1a4360cbe7c785 100644 (file)
@@ -28,9 +28,6 @@ void _btrfs_printk(const struct btrfs_fs_info *fs_info, unsigned int level, cons
 
 #else
 
-#define btrfs_printk_in_rcu(fs_info, level, fmt, args...)              \
-       btrfs_no_printk(fs_info, fmt, ##args)
-
 #define btrfs_printk_in_rcu(fs_info, level, fmt, args...)              \
        btrfs_no_printk(fs_info, fmt, ##args)