aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
diff options
context:
space:
mode:
authorSharyathi Nagesh <sharyath@in.ibm.com>2008-12-23 16:57:12 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2008-12-23 18:58:21 -0500
commite368d3a836797ddf193b1ec18c97407a791d2451 (patch)
treed8e34dc005f175b14d8e579a71e2ff064d018ce4 /kernel/cgroup.c
parentf00a189257836e5237ace3265f6991ef66a16c86 (diff)
cgroups: suppress bogus warning messages
Remove spurious warning messages that are thrown onto 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> Cc: Paul Menage <menage@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r--kernel/cgroup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index 8185a0f09594..a3415507bd0a 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -2934,9 +2934,6 @@ int cgroup_clone(struct task_struct *tsk, struct cgroup_subsys *subsys,
2934 again: 2934 again:
2935 root = subsys->root; 2935 root = subsys->root;
2936 if (root == &rootnode) { 2936 if (root == &rootnode) {
2937 printk(KERN_INFO
2938 "Not cloning cgroup for unused subsystem %s\n",
2939 subsys->name);
2940 mutex_unlock(&cgroup_mutex); 2937 mutex_unlock(&cgroup_mutex);
2941 return 0; 2938 return 0;
2942 } 2939 }