Skip to content

Commit 9328875

Browse files
committed
btrfs: remove remaining unused message helpers
Remove the critical level message helpers as they're not used, the RCU protection is provided by the plain helpers. Reviewed-by: Daniel Vacek <neelx@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
1 parent c6bee29 commit 9328875

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

fs/btrfs/messages.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,6 @@ void _btrfs_printk(const struct btrfs_fs_info *fs_info, const char *fmt, ...);
4949
#define btrfs_info(fs_info, fmt, args...) \
5050
btrfs_printk_in_rcu(fs_info, KERN_INFO fmt, ##args)
5151

52-
/*
53-
* Wrappers that use printk in RCU
54-
*/
55-
#define btrfs_crit_in_rcu(fs_info, fmt, args...) \
56-
btrfs_printk_in_rcu(fs_info, KERN_CRIT fmt, ##args)
57-
58-
/*
59-
* Wrappers that use a ratelimited printk in RCU
60-
*/
61-
#define btrfs_crit_rl_in_rcu(fs_info, fmt, args...) \
62-
btrfs_printk_rl_in_rcu(fs_info, KERN_CRIT fmt, ##args)
63-
6452
/*
6553
* Wrappers that use a ratelimited printk
6654
*/

0 commit comments

Comments
 (0)