All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sharyathi Nagesh <sharyath@in.ibm.com>
To: "Serge E. Hallyn" <serge@hallyn.com>,
	LKML <linux-kernel@vger.kernel.org>
Cc: Paul Menage <menage@google.com>,
	Alexey Dobriyan <adobriyan@gmail.com>,
	balbir <balbir@linux.vnet.ibm.com>,
	"Rishikesh K. Rajak" <risrajak@in.ibm.com>,
	akpm@linux-foundation.org
Subject: Re: Error with cgroups: "unused subsystem ns"
Date: Thu, 18 Dec 2008 16:45:38 +0530	[thread overview]
Message-ID: <494A30DA.5030605@in.ibm.com> (raw)
In-Reply-To: <20081218010841.GA17385@hallyn.com>

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

Serge
> 
> Resend the patch to lkml.  Assuming you are talking about commit id
> 93af30a60055a83a00188ae04b88bbd9b4e1489a, go ahead and add my
> Acked-by.
Yes it is the same patch. I am attaching the patch for 2.6.28-rc8 let me 
know: when this can accepted into main line?

> Converting it to a pr_debug() might be another thing to consider, but
> I'm not sure anyone wants these messages.
> 
> -serge

Thanks
Yeehaw




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

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-18 11:16 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 [this message]
2008-12-18 19:12     ` Andrew Morton
2008-12-19 17:17       ` Sharyathi Nagesh

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=494A30DA.5030605@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.