The patch titled cgroups: suppress bogus warning messages has been added to the -mm tree. Its filename is cgroups-suppress-bogus-warning-messages.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: cgroups: suppress bogus warning messages From: Sharyathi Nagesh <sharyath@xxxxxxxxxx> Remove spurious warning messages that are thrown onto 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> Cc: Paul Menage <menage@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/cgroup.c | 3 --- 1 file changed, 3 deletions(-) diff -puN kernel/cgroup.c~cgroups-suppress-bogus-warning-messages kernel/cgroup.c --- a/kernel/cgroup.c~cgroups-suppress-bogus-warning-messages +++ a/kernel/cgroup.c @@ -2934,9 +2934,6 @@ int cgroup_clone(struct task_struct *tsk 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; } _ Patches currently in -mm which might be from sharyath@xxxxxxxxxx are cgroups-suppress-bogus-warning-messages.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html