diff options
| author | Oleg Nesterov <[email protected]> | 2006-08-27 01:23:40 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-08-27 11:01:30 -0700 |
| commit | d015baebba44613ef59ddffeae2114fa4ede7104 (patch) | |
| tree | 24fb1e84890da3dbbd391b79f91426e3de274480 /scripts/patch-kernel | |
| parent | 533475d3d48eb839be2b57f6b020150abae91063 (diff) | |
[PATCH] futex_find_get_task(): remove an obscure EXIT_ZOMBIE check
futex_find_get_task:
if (p->state == EXIT_ZOMBIE || p->exit_state == EXIT_ZOMBIE)
return NULL;
I can't understand this. First, p->state can't be EXIT_ZOMBIE. The
->exit_state check looks strange too. Sub-threads or tasks whose ->parent
ignores SIGCHLD go directly to EXIT_DEAD state (I am ignoring a ptrace
case). Why EXIT_DEAD tasks should be ok? Yes, EXIT_ZOMBIE is more
important (a task may stay zombie for a long time), but this doesn't mean
we should explicitely ignore other EXIT_XXX states.
Signed-off-by: Oleg Nesterov <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions