]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- remove "Not cloning cgroup for unused subsystem ns" spam
authorKarol Krenski <charles@pld-linux.org>
Sun, 31 May 2009 11:46:57 +0000 (11:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-small_fixes.patch -> 1.1.2.15.2.4

kernel-small_fixes.patch

index 82783eb9b73149c67fd557bd0cc7453c73c3e8b7..3453db95a39f6761bb3e53f8c5eb1493387f9a74 100644 (file)
@@ -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 <adobriyan@xxxxxxxxx>
+Signed-off-by: Sharyathi Nagesh <sharyathi@xxxxxxxxxx>
+Acked-by: Serge E. Hallyn <serge@xxxxxxxxxx>
+-----------------
This page took 0.097556 seconds and 4 git commands to generate.