btrfs: convert printk(KERN_* to use pr_* calls
This patch converts printk(KERN_* style messages to use the pr_* versions. One side effect is that anything that was KERN_DEBUG is now automatically a dynamic debug message. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:

committed by
David Sterba

parent
5d163e0e68
commit
62e855771d
@@ -77,7 +77,7 @@ static int can_modify_feature(struct btrfs_feature_attr *fa)
|
||||
clear = BTRFS_FEATURE_INCOMPAT_SAFE_CLEAR;
|
||||
break;
|
||||
default:
|
||||
printk(KERN_WARNING "btrfs: sysfs: unknown feature set %d\n",
|
||||
pr_warn("btrfs: sysfs: unknown feature set %d\n",
|
||||
fa->feature_set);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user