make do_notify_parent() __must_check, update the callers
authorOleg Nesterov <oleg@redhat.com>
Wed, 22 Jun 2011 21:09:09 +0000 (23:09 +0200)
committerOleg Nesterov <oleg@redhat.com>
Mon, 27 Jun 2011 18:30:09 +0000 (20:30 +0200)
commit8677347378044ab564470bced2275520efb3670d
tree61baa72f24bb12eadd6956fb0abeb7eabda46b88
parent9843a1e977977986d0a4c1000f2229b032572534
make do_notify_parent() __must_check, update the callers

Change other callers of do_notify_parent() to check the value it
returns, this makes the subsequent task_detached() unnecessary.
Mark do_notify_parent() as __must_check.

Use thread_group_leader() instead of !task_detached() to check
if we need to notify the real parent in wait_task_zombie().

Remove the stale comment in release_task(). "just for sanity" is
no longer true, we have to set EXIT_DEAD to avoid the races with
do_wait().

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