]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.fixes/cgroups-suppress-cloning-warning.patch
Merge branch 'master' of git://git.ipfire.org/ipfire-2.x
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.fixes / cgroups-suppress-cloning-warning.patch
1 From e368d3a836797ddf193b1ec18c97407a791d2451 Mon Sep 17 00:00:00 2001
2 From: Sharyathi Nagesh <sharyath@in.ibm.com>
3 Date: Tue, 23 Dec 2008 13:57:12 -0800
4 Subject: [PATCH] cgroups: suppress bogus warning messages
5 References: bnc#460961
6 Patch-mainline: 2.6.28
7
8 Remove spurious warning messages that are thrown onto the console during
9 cgroup operations.
10
11 Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
12 Signed-off-by: Sharyathi Nagesh <sharyathi@in.ibm.com>
13 Acked-by: Serge E. Hallyn <serge@hallyn.com>
14 Cc: Paul Menage <menage@google.com>
15 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
16 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
17 Signed-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 }