cgroup: demote subsystem init messages to KERN_DEBUG
authorTejun Heo <tj@kernel.org>
Tue, 29 Dec 2015 19:53:56 +0000 (14:53 -0500)
committerTejun Heo <tj@kernel.org>
Sat, 2 Jan 2016 11:49:43 +0000 (06:49 -0500)
These are noisy during boot and not all that interesting.

Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup.c

index 6b33631251b9a960e4619f0b8e954cca139a0386..122ec55433352f08a4bfa541bb936966e8d6e92f 100644 (file)
@@ -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);