1
0
Fork 0

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>
hifive-unleashed-5.1
Tejun Heo 2015-12-29 14:53:56 -05:00
parent eed67d75b6
commit a5ae989957
1 changed files with 1 additions and 1 deletions

View 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);