aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/exit.c b/kernel/exit.c
index a4c19a52ce4..d891883420f 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -1053,7 +1053,7 @@ static int eligible_child(pid_t pid, int options, struct task_struct *p)
1053 * Do not consider thread group leaders that are 1053 * Do not consider thread group leaders that are
1054 * in a non-empty thread group: 1054 * in a non-empty thread group:
1055 */ 1055 */
1056 if (current->tgid != p->tgid && delay_group_leader(p)) 1056 if (delay_group_leader(p))
1057 return 2; 1057 return 2;
1058 1058
1059 if (security_task_wait(p)) 1059 if (security_task_wait(p))