public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Sharyathi Nagesh <sharyath@in.ibm.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: serge@hallyn.com, linux-kernel@vger.kernel.org,
	menage@google.com, adobriyan@gmail.com,
	balbir@linux.vnet.ibm.com, risrajak@in.ibm.com
Subject: Re: Error with cgroups: "unused subsystem ns"
Date: Fri, 19 Dec 2008 22:47:50 +0530	[thread overview]
Message-ID: <494BD73E.6040201@in.ibm.com> (raw)
In-Reply-To: <20081218111255.3d95bd1c.akpm@linux-foundation.org>

[-- Attachment #1: Type: text/plain, Size: 295 bytes --]

Andrew Morton wrote:
> 
> I'm unsure waht to make of this.  It has no changelog.  It appears to have
> been authored by yourself, although it's unclear why it has Alexey's
> signoff as well.

This patch is originally from Alexy I have just ported it into latest 
kernel mainline
Thanks
Yeehaw



[-- Attachment #2: unused_subsystem_ns.patch --]
[-- Type: text/x-diff, Size: 790 bytes --]

This patch removes spurious warning messages that are thrown into 
the console during cgroup operations. 

-----------------
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Sharyathi Nagesh <sharyathi@in.ibm.com>
Acked-by: Serge E. Hallyn <serge@hallyn.com>
-----------------


Index: linux-2.6.28-rc8/kernel/cgroup.c
===================================================================
--- linux-2.6.28-rc8.orig/kernel/cgroup.c	2008-12-11 04:41:51.000000000 +0530
+++ linux-2.6.28-rc8/kernel/cgroup.c	2008-12-18 21:55:58.000000000 +0530
@@ -2934,9 +2934,6 @@
  again:
 	root = subsys->root;
 	if (root == &rootnode) {
-		printk(KERN_INFO
-		       "Not cloning cgroup for unused subsystem %s\n",
-		       subsys->name);
 		mutex_unlock(&cgroup_mutex);
 		return 0;
 	}

      reply	other threads:[~2008-12-19 17:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-17 10:26 Error with cgroups: "unused subsystem ns" Sharyathi Nagesh
2008-12-18  1:08 ` Serge E. Hallyn
2008-12-18 11:15   ` Sharyathi Nagesh
2008-12-18 19:12     ` Andrew Morton
2008-12-19 17:17       ` Sharyathi Nagesh [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=494BD73E.6040201@in.ibm.com \
    --to=sharyath@in.ibm.com \
    --cc=adobriyan@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=balbir@linux.vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=menage@google.com \
    --cc=risrajak@in.ibm.com \
    --cc=serge@hallyn.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox