diff options
| author | Daniel Walker <dwalker@mvista.com> | 2007-10-19 02:39:59 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-19 14:53:38 -0400 |
| commit | d4c5e41f3f1b0c19448fcf2d259bdab1ede75e2e (patch) | |
| tree | 5a5ae3a1967c39f728b42e2fa0fc7cbcddcd2108 /kernel | |
| parent | 7b1915a989ea4d426d0fd98974ab80f30ef1d779 (diff) | |
whitespace fixes: task exit handling
Signed-off-by: Daniel Walker <dwalker@mvista.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/exit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/exit.c b/kernel/exit.c index c5d97af12159..179ac74bf911 100644 --- a/kernel/exit.c +++ b/kernel/exit.c | |||
| @@ -405,7 +405,7 @@ void daemonize(const char *name, ...) | |||
| 405 | switch_task_namespaces(current, init_task.nsproxy); | 405 | switch_task_namespaces(current, init_task.nsproxy); |
| 406 | } | 406 | } |
| 407 | 407 | ||
| 408 | exit_files(current); | 408 | exit_files(current); |
| 409 | current->files = init_task.files; | 409 | current->files = init_task.files; |
| 410 | atomic_inc(¤t->files->count); | 410 | atomic_inc(¤t->files->count); |
| 411 | 411 | ||
| @@ -790,7 +790,7 @@ static void exit_notify(struct task_struct *tsk) | |||
| 790 | /* Let father know we died | 790 | /* Let father know we died |
| 791 | * | 791 | * |
| 792 | * Thread signals are configurable, but you aren't going to use | 792 | * Thread signals are configurable, but you aren't going to use |
| 793 | * that to send signals to arbitary processes. | 793 | * that to send signals to arbitary processes. |
| 794 | * That stops right now. | 794 | * That stops right now. |
| 795 | * | 795 | * |
| 796 | * If the parent exec id doesn't match the exec id we saved | 796 | * If the parent exec id doesn't match the exec id we saved |
