The patch titled cgroups: suppress bogus warning messages has been removed from the -mm tree. Its filename was cgroups-suppress-bogus-warning-messages.patch This patch was dropped because it was merged into mainline or a subsystem tree 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 -- 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