The patch titled whitespace fixes: task exit handling has been removed from the -mm tree. Its filename was whitespace-fixes-task-exit-handling.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: whitespace fixes: task exit handling From: Daniel Walker <dwalker@xxxxxxxxxx> Signed-off-by: Daniel Walker <dwalker@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/exit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN kernel/exit.c~whitespace-fixes-task-exit-handling kernel/exit.c --- a/kernel/exit.c~whitespace-fixes-task-exit-handling +++ a/kernel/exit.c @@ -405,7 +405,7 @@ void daemonize(const char *name, ...) switch_task_namespaces(current, init_task.nsproxy); } - exit_files(current); + exit_files(current); current->files = init_task.files; atomic_inc(¤t->files->count); @@ -790,7 +790,7 @@ static void exit_notify(struct task_stru /* Let father know we died * * Thread signals are configurable, but you aren't going to use - * that to send signals to arbitary processes. + * that to send signals to arbitary processes. * That stops right now. * * If the parent exec id doesn't match the exec id we saved _ Patches currently in -mm which might be from dwalker@xxxxxxxxxx are origin.patch profile-likely-unlikely-macros.patch profile-likely-unlikely-macros-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