Skip to content

Commit 0749cab

Browse files
fdmananakdave
authored andcommitted
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 <[email protected]> Signed-off-by: Filipe Manana <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
1 parent 8dd0e68 commit 0749cab

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

fs/btrfs/messages.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ void _btrfs_printk(const struct btrfs_fs_info *fs_info, unsigned int level, cons
2828

2929
#else
3030

31-
#define btrfs_printk_in_rcu(fs_info, level, fmt, args...) \
32-
btrfs_no_printk(fs_info, fmt, ##args)
33-
3431
#define btrfs_printk_in_rcu(fs_info, level, fmt, args...) \
3532
btrfs_no_printk(fs_info, fmt, ##args)
3633

0 commit comments

Comments
 (0)