Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

cgroups: suppress bogus warning messages

Remove spurious warning messages that are thrown onto the console during
cgroup operations.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Sharyathi Nagesh <sharyathi@in.ibm.com>
Acked-by: Serge E. Hallyn <serge@hallyn.com>
Cc: Paul Menage <menage@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Sharyathi Nagesh and committed by
Linus Torvalds
e368d3a8 f00a1892

-3
-3
kernel/cgroup.c
··· 2934 2934 again: 2935 2935 root = subsys->root; 2936 2936 if (root == &rootnode) { 2937 - printk(KERN_INFO 2938 - "Not cloning cgroup for unused subsystem %s\n", 2939 - subsys->name); 2940 2937 mutex_unlock(&cgroup_mutex); 2941 2938 return 0; 2942 2939 }