diff options
| author | 2008-02-08 04:19:07 -0800 | |
|---|---|---|
| committer | 2008-02-08 09:22:27 -0800 | |
| commit | c543f1ee08ea6c2176dbdc47df0d0f6357c88713 (patch) | |
| tree | ae2d4de96aabbafd3792316d14f40330ec64572d /include/linux | |
| parent | wait_task_continued/zombie: don't use task_pid_nr_ns() lockless (diff) | |
wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAIT
The first "p->exit_state != EXIT_ZOMBIE" check doesn't make too much sense.
The exit_state was EXIT_ZOMBIE when the function was called, and another
thread can change it to EXIT_DEAD right after the check.
The second condition is not possible, detached non-traced threads were already
filtered out by eligible_child(), we didn't drop tasklist since then.
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Cc: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
