The patch titled cgroups-let-ss-can_attach-and-ss-attach-do-whole-threadgroups-at-a-time-fix has been removed from the -mm tree. Its filename was cgroups-let-ss-can_attach-and-ss-attach-do-whole-threadgroups-at-a-time-fix.patch This patch was dropped because it was folded into cgroups-let-ss-can_attach-and-ss-attach-do-whole-threadgroups-at-a-time.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: cgroups-let-ss-can_attach-and-ss-attach-do-whole-threadgroups-at-a-time-fix From: Dave Young <hidave.darkstar@xxxxxxxxx> kernel/sched.c:10452: error: expected ';', ',' or ')' before 'bool' kernel/sched.c:10536: error: 'cpu_cgroup_attach' undeclared here (not in a function) Cc: Ben Blum <bblum@xxxxxxxxxx> Cc: Paul Menage <menage@xxxxxxxxxx> Cc: Li Zefan <lizf@xxxxxxxxxxxxxx> Cc: Matt Helsley <matthltc@xxxxxxxxxx> Cc: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> Cc: Oleg Nesterov <oleg@xxxxxxxxxx> Cc: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/sched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/sched.c~cgroups-let-ss-can_attach-and-ss-attach-do-whole-threadgroups-at-a-time-fix kernel/sched.c --- a/kernel/sched.c~cgroups-let-ss-can_attach-and-ss-attach-do-whole-threadgroups-at-a-time-fix +++ a/kernel/sched.c @@ -10446,7 +10446,7 @@ cpu_cgroup_can_attach(struct cgroup_subs static void cpu_cgroup_attach(struct cgroup_subsys *ss, struct cgroup *cgrp, - struct cgroup *old_cont, struct task_struct *tsk + struct cgroup *old_cont, struct task_struct *tsk, bool threadgroup) { sched_move_task(tsk); _ Patches currently in -mm which might be from hidave.darkstar@xxxxxxxxx are origin.patch cgroups-let-ss-can_attach-and-ss-attach-do-whole-threadgroups-at-a-time.patch cgroups-let-ss-can_attach-and-ss-attach-do-whole-threadgroups-at-a-time-fix.patch pc-fs-char_devc-remove-useless-loop-fix.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