ptrace: wait_consider_task: s/same_thread_group/ptrace_reparented/
authorOleg Nesterov <oleg@redhat.com>
Fri, 24 Jun 2011 15:34:39 +0000 (17:34 +0200)
committerOleg Nesterov <oleg@redhat.com>
Mon, 27 Jun 2011 18:30:11 +0000 (20:30 +0200)
commit479bf98c1c29b40d86e40a4e6e4944c2f03d9493
tree259bda55b4e49d764e8768e5149f755c8897ab5c
parentbb3696da89743d580f869142d0a6e6ba9b7fe89a
ptrace: wait_consider_task: s/same_thread_group/ptrace_reparented/

wait_consider_task() checks same_thread_group(parent, real_parent),
this is the open-coded ptrace_reparented().

__ptrace_detach() remains the only function which has to check this by
hand, although we could reorganize the code to delay __ptrace_unlink.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Tejun Heo <tj@kernel.org>
kernel/exit.c