Author: charles                      Date: Sun May 31 11:47:03 2009 GMT
Module: packages                      Tag: LINUX_2_6_27
---- Log message:
- remove "Not cloning cgroup for unused subsystem ns" spam

---- Files affected:
packages/kernel:
   kernel-small_fixes.patch (1.1.2.15.2.3 -> 1.1.2.15.2.4) 

---- Diffs:

================================================================
Index: packages/kernel/kernel-small_fixes.patch
diff -u packages/kernel/kernel-small_fixes.patch:1.1.2.15.2.3 
packages/kernel/kernel-small_fixes.patch:1.1.2.15.2.4
--- packages/kernel/kernel-small_fixes.patch:1.1.2.15.2.3       Mon May 25 
11:31:33 2009
+++ packages/kernel/kernel-small_fixes.patch    Sun May 31 13:46:57 2009
@@ -422,3 +422,24 @@
  {
        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 <adobri...@xxxxxxxxx>
+Signed-off-by: Sharyathi Nagesh <sharya...@xxxxxxxxxx>
+Acked-by: Serge E. Hallyn <se...@xxxxxxxxxx>
+-----------------
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-small_fixes.patch?r1=1.1.2.15.2.3&r2=1.1.2.15.2.4&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to