• O
    exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper() · 3750ef97
    Oleg Nesterov 提交于
    Change find_new_reaper() to use for_each_thread() instead of deprecated
    while_each_thread().  We do not bother to check "thread != father" in the
    1st loop, we can rely on PF_EXITING check.
    
    Note: this means the minor behavioural change: for_each_thread() starts
    from the group leader.  But this should be fine, nobody should make any
    assumption about do_wait(__WNOTHREAD) when it comes to reparented tasks.
    And this can avoid the pointless reparenting to a short-living thread
    While zombie leaders are not that common.
    Signed-off-by: NOleg 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: NAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
    3750ef97
exit.c 41.5 KB