projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eed67d7
)
cgroup: demote subsystem init messages to KERN_DEBUG
author
Tejun Heo
<tj@kernel.org>
Tue, 29 Dec 2015 19:53:56 +0000
(14:53 -0500)
committer
Tejun 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
patch
|
blob
|
blame
|
history
diff --git
a/kernel/cgroup.c
b/kernel/cgroup.c
index 6b33631251b9a960e4619f0b8e954cca139a0386..122ec55433352f08a4bfa541bb936966e8d6e92f 100644
(file)
--- 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;
- pr
intk(KERN_INFO
"Initializing cgroup subsys %s\n", ss->name);
+ pr
_debug(
"Initializing cgroup subsys %s\n", ss->name);
mutex_lock(&cgroup_mutex);