From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: [PATCH] cgroup: demote subsystem init messages to KERN_DEBUG Date: Tue, 29 Dec 2015 14:57:02 -0500 Message-ID: <20151229195702.GC3873@htj.duckdns.org> References: <5682D420.3030207@infradead.org> <20151229192414.GB3873@htj.duckdns.org> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=FQvgzepupa5vSv1YNWNxqcW+cHR4sgpaFa0jg7Qr5mQ=; b=jVWtou7kyhHY/WlzFgtzYLZAPjHuGhYysHX1WcwWQ7ffH/BN3gNmgYbUC2/di/zsvO 3bHoLevpYsAwPwHX4vO52juzhLmonuN88a6FizyxLWTem5Pc5nghu+JWVmI/wrGGLTk0 0AWnwzGqum42c2Y6MzpZaNx+5a3PFP0/y07c5VgiCmXIk7J5143ufdSZ71NbQiF9n+kG xM6AG938xNCP+aD+XjMHzVp26lPUjE8FQdUtLNWtV7926NIVLMBlx/vJgpb7ogEiUUCO 1YK+8eTU3PYuSiXSoHWj741s/ixAaPN/uG+ygp+jpR5ZyC2O1x85TnuNod/L+feYBoVP 4V+Q== Content-Disposition: inline In-Reply-To: <20151229192414.GB3873-piEFEHQLUPpN0TnZuCh8vA@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Li Zefan , Johannes Weiner , cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Alexandru GOIA , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Randy Dunlap >From 507bd688e32c2b2ca4bed139d9123b3da6d2d19d Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Tue, 29 Dec 2015 14:53:56 -0500 These are noisy during boot and not all that interesting. Signed-off-by: Tejun Heo --- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753816AbbL2T5K (ORCPT ); Tue, 29 Dec 2015 14:57:10 -0500 Received: from mail-qk0-f171.google.com ([209.85.220.171]:35340 "EHLO mail-qk0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752628AbbL2T5F (ORCPT ); Tue, 29 Dec 2015 14:57:05 -0500 Date: Tue, 29 Dec 2015 14:57:02 -0500 From: Tejun Heo To: Li Zefan , Johannes Weiner , cgroups@vger.kernel.org Cc: Alexandru GOIA , "linux-kernel@vger.kernel.org" , Randy Dunlap Subject: [PATCH] cgroup: demote subsystem init messages to KERN_DEBUG Message-ID: <20151229195702.GC3873@htj.duckdns.org> References: <5682D420.3030207@infradead.org> <20151229192414.GB3873@htj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151229192414.GB3873@htj.duckdns.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >>From 507bd688e32c2b2ca4bed139d9123b3da6d2d19d Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Tue, 29 Dec 2015 14:53:56 -0500 These are noisy during boot and not all that interesting. Signed-off-by: Tejun Heo --- 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