Commit a5ae9899 authored by Tejun Heo's avatar Tejun Heo

cgroup: demote subsystem init messages to KERN_DEBUG

These are noisy during boot and not all that interesting.
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent eed67d75
......@@ -5169,7 +5169,7 @@ static void __init cgroup_init_subsys(struct cgroup_subsys *ss, bool early)
{
struct cgroup_subsys_state *css;
printk(KERN_INFO "Initializing cgroup subsys %s\n", ss->name);
pr_debug("Initializing cgroup subsys %s\n", ss->name);
mutex_lock(&cgroup_mutex);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment