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:
Jeff Mahoney
2016-09-20 10:05:01 -04:00
committed by David Sterba
parent 5d163e0e68
commit 62e855771d
16 changed files with 205 additions and 275 deletions

View File

@@ -2346,7 +2346,7 @@ out:
spin_unlock(&ctl->tree_lock);
if (ret) {
printk(KERN_CRIT "BTRFS: unable to add free space :%d\n", ret);
pr_crit("BTRFS: unable to add free space :%d\n", ret);
ASSERT(ret != -EEXIST);
}