From 0d908bdccd961d5db8a6d8f29b78bccc084b1620 Mon Sep 17 00:00:00 2001 From: Karol Krenski Date: Sun, 31 May 2009 11:46:57 +0000 Subject: [PATCH] - remove "Not cloning cgroup for unused subsystem ns" spam Changed files: kernel-small_fixes.patch -> 1.1.2.15.2.4 --- kernel-small_fixes.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/kernel-small_fixes.patch b/kernel-small_fixes.patch index 82783eb9..3453db95 100644 --- a/kernel-small_fixes.patch +++ b/kernel-small_fixes.patch @@ -422,3 +422,24 @@ index 504d540..ceeba45 100644 { const char *cp; int cursym; +=================================================================== +--- a/kernel/cgroup.c 2008-12-11 04:41:51.000000000 +0530 ++++ b/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; + } +This patch removes spurious warning messages that are thrown into +the console during cgroup operations. + +----------------- +Signed-off-by: Alexey Dobriyan +Signed-off-by: Sharyathi Nagesh +Acked-by: Serge E. Hallyn +----------------- -- 2.44.0