mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
cgroup: clean up printk()
Convert the only printk() to use pr_*() helper. No functional change. Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
a3fdeeb3f1
commit
55a5956a55
|
|
@ -6086,8 +6086,8 @@ int __init cgroup_init(void)
|
|||
continue;
|
||||
|
||||
if (cgroup1_ssid_disabled(ssid))
|
||||
printk(KERN_INFO "Disabling %s control group subsystem in v1 mounts\n",
|
||||
ss->name);
|
||||
pr_info("Disabling %s control group subsystem in v1 mounts\n",
|
||||
ss->name);
|
||||
|
||||
cgrp_dfl_root.subsys_mask |= 1 << ss->id;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user