diff options
author | Sharyathi Nagesh <[email protected]> | 2008-12-23 13:57:12 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2008-12-23 15:58:21 -0800 |
commit | e368d3a836797ddf193b1ec18c97407a791d2451 (patch) | |
tree | d8e34dc005f175b14d8e579a71e2ff064d018ce4 | |
parent | f00a189257836e5237ace3265f6991ef66a16c86 (diff) |
cgroups: suppress bogus warning messages
Remove spurious warning messages that are thrown onto the console during
cgroup operations.
Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: Sharyathi Nagesh <[email protected]>
Acked-by: Serge E. Hallyn <[email protected]>
Cc: Paul Menage <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | kernel/cgroup.c | 3 |
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, 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; } |