Re: [kdave-btrfs-devel:for-next-20220222 101/120] fs/btrfs/super.c:75:13: warning: unused function 'btrfs_state_to_string'

From: David Sterba
Date: Thu Feb 24 2022 - 12:58:18 EST


On Thu, Feb 24, 2022 at 10:59:56AM +0800, kernel test robot wrote:
> >> fs/btrfs/super.c:75:13: warning: unused function 'btrfs_state_to_string'

This happens when CONFIG_PRINTK is not defined, I'll add the ifdefs
around the definition.