Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1299106
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] cgroup: demote subsystem init messages to KERN_DEBUG |
| Date | 2015-12-29 21:00 +0100 |
| Message-ID | <qL8B4-4SX-13@gated-at.bofh.it> (permalink) |
| References | <qKRqy-1Wh-9@gated-at.bofh.it> <qL7vk-4du-3@gated-at.bofh.it> <qL882-4GL-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From 507bd688e32c2b2ca4bed139d9123b3da6d2d19d Mon Sep 17 00:00:00 2001
From: Tejun Heo <tj@kernel.org>
Date: Tue, 29 Dec 2015 14:53:56 -0500
These are noisy during boot and not all that interesting.
Signed-off-by: Tejun Heo <tj@kernel.org>
---
Queued for the coming merge window.
Thanks.
kernel/cgroup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index f3836f3..7eb1d9d 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -5245,7 +5245,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);
--
2.5.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/1] kernel booting messages, first line Alexandru GOIA <alexandru.goia@cti.pub.ro> - 2015-12-29 02:40 +0100
Re: [PATCH 1/1] kernel booting messages, first line Randy Dunlap <rdunlap@infradead.org> - 2015-12-29 19:50 +0100
Re: [PATCH 1/1] kernel booting messages, first line Tejun Heo <tj@kernel.org> - 2015-12-29 20:30 +0100
[PATCH] cgroup: demote subsystem init messages to KERN_DEBUG Tejun Heo <tj@kernel.org> - 2015-12-29 21:00 +0100
csiph-web