The patch titled pid_ns: kill the now unused task_child_reaper() has been removed from the -mm tree. Its filename was pid_ns-kill-the-now-unused-task_child_reaper.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: pid_ns: kill the now unused task_child_reaper() From: Oleg Nesterov <oleg@xxxxxxxxxx> task_child_reaper() has no callers anymore, kill it. Signed-off-by: Oleg Nesterov <oleg@xxxxxxxxxx> Acked-by: Serge Hallyn <serue@xxxxxxxxxx> Acked-by: Pavel Emelyanov <xemul@xxxxxxxxxx> Acked-by: Sukadev Bhattiprolu <sukadev@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/pid_namespace.h | 6 ------ 1 file changed, 6 deletions(-) diff -puN include/linux/pid_namespace.h~pid_ns-kill-the-now-unused-task_child_reaper include/linux/pid_namespace.h --- a/include/linux/pid_namespace.h~pid_ns-kill-the-now-unused-task_child_reaper +++ a/include/linux/pid_namespace.h @@ -84,12 +84,6 @@ static inline struct pid_namespace *task return tsk->nsproxy->pid_ns; } -static inline struct task_struct *task_child_reaper(struct task_struct *tsk) -{ - BUG_ON(tsk != current); - return tsk->nsproxy->pid_ns->child_reaper; -} - void pidhash_init(void); void pidmap_init(void); _ Patches currently in -mm which might be from oleg@xxxxxxxxxx are origin.patch make-ptrace_untrace-static.patch coredump-format_corename-dont-append-%pid-if-multi-threaded.patch add-config_core_dump_default_elf_headers.patch kthread_bind-use-wait_task_inactivetask_uninterruptible.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