diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 20:33:52 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 20:33:52 -0800 |
| commit | 5aa875d2cbee34727963bd81aa992b64480045ca (patch) | |
| tree | 56e417ffca41ad67797b4354d3e4ab19bd078502 /kernel | |
| parent | 6293d56ca18db9ed322b2a5550ac7b27bd538cff (diff) | |
v2.4.14.7 -> v2.4.14.8
- Richard Henderson: alpha update
- Andrew Morton: fix ext3/minix/sysv fsync behaviour.
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/exit.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/exit.c b/kernel/exit.c index 54db99b61b5c..708cad8597f5 100644 --- a/kernel/exit.c +++ b/kernel/exit.c @@ -535,9 +535,6 @@ repeat: } goto end_wait4; case TASK_ZOMBIE: - /* Make sure no other waiter picks this task up */ - p->state = TASK_DEAD; - current->times.tms_cutime += p->times.tms_utime + p->times.tms_cutime; current->times.tms_cstime += p->times.tms_stime + p->times.tms_cstime; read_unlock(&tasklist_lock); |
