Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95150
b: refs/heads/master
c: 376e1d2
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Apr 30, 2008
1 parent b336de2 commit 91644d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d839fd4d2e95a5fbc4d50aa9d17eed6a5f2094e6
refs/heads/master: 376e1d2531860358c8a79fecf5f4f42994d03c4d
2 changes: 1 addition & 1 deletion trunk/kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 91644d9

Please sign in to comment.