]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.fixes/cgroups-suppress-cloning-warning.patch
Fix oinkmaster patch.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.fixes / cgroups-suppress-cloning-warning.patch
CommitLineData
2cb7cef9
BS
1From e368d3a836797ddf193b1ec18c97407a791d2451 Mon Sep 17 00:00:00 2001
2From: Sharyathi Nagesh <sharyath@in.ibm.com>
3Date: Tue, 23 Dec 2008 13:57:12 -0800
4Subject: [PATCH] cgroups: suppress bogus warning messages
5References: bnc#460961
6Patch-mainline: 2.6.28
7
8Remove spurious warning messages that are thrown onto the console during
9cgroup operations.
10
11Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
12Signed-off-by: Sharyathi Nagesh <sharyathi@in.ibm.com>
13Acked-by: Serge E. Hallyn <serge@hallyn.com>
14Cc: Paul Menage <menage@google.com>
15Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
16Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
17Signed-off-by: Jiri Slaby <jslaby@suse.cz>
18---
19 kernel/cgroup.c | 3 ---
20 1 file changed, 3 deletions(-)
21
22--- a/kernel/cgroup.c
23+++ b/kernel/cgroup.c
24@@ -2875,9 +2875,6 @@ int cgroup_clone(struct task_struct *tsk
25 again:
26 root = subsys->root;
27 if (root == &rootnode) {
28- printk(KERN_INFO
29- "Not cloning cgroup for unused subsystem %s\n",
30- subsys->name);
31 mutex_unlock(&cgroup_mutex);
32 return 0;
33 }