提交 d4c5e41f 编写于 作者: D Daniel Walker 提交者: Linus Torvalds

whitespace fixes: task exit handling

Signed-off-by: NDaniel Walker <dwalker@mvista.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 7b1915a9
...@@ -405,7 +405,7 @@ void daemonize(const char *name, ...) ...@@ -405,7 +405,7 @@ void daemonize(const char *name, ...)
switch_task_namespaces(current, init_task.nsproxy); switch_task_namespaces(current, init_task.nsproxy);
} }
exit_files(current); exit_files(current);
current->files = init_task.files; current->files = init_task.files;
atomic_inc(&current->files->count); atomic_inc(&current->files->count);
...@@ -790,7 +790,7 @@ static void exit_notify(struct task_struct *tsk) ...@@ -790,7 +790,7 @@ static void exit_notify(struct task_struct *tsk)
/* Let father know we died /* Let father know we died
* *
* Thread signals are configurable, but you aren't going to use * 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. * That stops right now.
* *
* If the parent exec id doesn't match the exec id we saved * If the parent exec id doesn't match the exec id we saved
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册