]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
exit: reparent: introduce find_alive_thread()
authorOleg Nesterov <oleg@redhat.com>
Wed, 10 Dec 2014 23:55:14 +0000 (15:55 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Dec 2014 01:41:17 +0000 (17:41 -0800)
commitc9dc05bfdb3f7fd7c00f3cbd33816c99d2cb9029
tree2b1f69634ca760afbb4585d5a6a37bc549cd5c7c
parent1109909c7df08f55ff9104276bb9db1ee2e6e53d
exit: reparent: introduce find_alive_thread()

Add the new simple helper to factor out the for_each_thread() code in
find_child_reaper() and find_new_reaper().  It can also simplify the
potential PF_EXITING -> exit_state change, plus perhaps we can change this
code to take SIGNAL_GROUP_EXIT into account.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Cc: Aaron Tomlin <atomlin@redhat.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Kay Sievers <kay@vrfy.org>
Cc: Lennart Poettering <lennart@poettering.net>
Cc: Sterling Alexander <stalexan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/exit.c