mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
btrfs: remove duplicated definition of btrfs_printk_in_rcu()
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>
This commit is contained in:
parent
8dd0e6807b
commit
0749cab617
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user