diff --git a/[refs] b/[refs] index 16d591cfef3b..c8ed8dd9bc0c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7b1915a989ea4d426d0fd98974ab80f30ef1d779 +refs/heads/master: d4c5e41f3f1b0c19448fcf2d259bdab1ede75e2e diff --git a/trunk/kernel/exit.c b/trunk/kernel/exit.c index c5d97af12159..179ac74bf911 100644 --- a/trunk/kernel/exit.c +++ b/trunk/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_struct *tsk) /* 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