summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
diff options
context:
space:
mode:
authorTejun Heo2015-12-29 20:53:56 +0100
committerTejun Heo2016-01-02 12:49:43 +0100
commita5ae989957cbc3f3b7bc40677bd9e459c0917528 (patch)
tree3d453e9f8c0d2c8544407d275d45e07a15847205 /kernel/cgroup.c
parentcgroup: Fix uninitialized variable warning (diff)
downloadkernel-qcow2-linux-a5ae989957cbc3f3b7bc40677bd9e459c0917528.tar.gz
kernel-qcow2-linux-a5ae989957cbc3f3b7bc40677bd9e459c0917528.tar.xz
kernel-qcow2-linux-a5ae989957cbc3f3b7bc40677bd9e459c0917528.zip
cgroup: demote subsystem init messages to KERN_DEBUG
These are noisy during boot and not all that interesting. Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r--kernel/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index 6b33631251b9..122ec5543335 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -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);