aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorOleg Nesterov <[email protected]>2009-04-02 16:58:15 -0700
committerLinus Torvalds <[email protected]>2009-04-02 19:04:59 -0700
commit0a967a044a777e8b9c739120927114ddc0094298 (patch)
treeaa1abba4c643e0f502623870045a4c978db5683b /tools/perf/scripts/python
parent4576145c1ecdaaea9ef8976a48335206aa1ebf91 (diff)
reparent_thread: don't call kill_orphaned_pgrp() if task_detached()
If task_detached(p) == T, then either a) p is not the main thread, we will find the group leader on the ->children list. or b) p is the group leader but its ->exit_state = EXIT_DEAD. This can only happen when the last sub-thread has died, but in that case that thread has already called kill_orphaned_pgrp() from exit_notify(). In both cases kill_orphaned_pgrp() looks bogus. Move the task_detached() check up and simplify the code, this is also right from the "common sense" pov: we should do nothing with the detached childs, except move them to the new parent's ->children list. Signed-off-by: Oleg Nesterov <[email protected]> Cc: Roland McGrath <[email protected]> Cc: "Eric W. Biederman" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions