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
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user