diff --git a/[refs] b/[refs] index 61904955fa4c..b1a2e5753ade 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d839fd4d2e95a5fbc4d50aa9d17eed6a5f2094e6 +refs/heads/master: 376e1d2531860358c8a79fecf5f4f42994d03c4d diff --git a/trunk/kernel/exit.c b/trunk/kernel/exit.c index 4035d391a0d3..413c81ec858e 100644 --- a/trunk/kernel/exit.c +++ b/trunk/kernel/exit.c @@ -722,7 +722,7 @@ reparent_thread(struct task_struct *p, struct task_struct *father, int traced) /* If this is a threaded reparent there is no need to * notify anyone anything has happened. */ - if (p->real_parent->group_leader == father->group_leader) + if (same_thread_group(p->real_parent, father)) return; /* We don't want people slaying init. */