Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33784
b: refs/heads/master
c: 3b6362b
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Sep 2, 2006
1 parent 76809da commit 0837bb3
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: d738752fc46c4cc339bc66346cf6134446ce08db
refs/heads/master: 3b6362b833b9f7a9d4222cf1bb35f99c411abb31
2 changes: 1 addition & 1 deletion trunk/kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ static int eligible_child(pid_t pid, int options, struct task_struct *p)
* Do not consider thread group leaders that are
* in a non-empty thread group:
*/
if (current->tgid != p->tgid && delay_group_leader(p))
if (delay_group_leader(p))
return 2;

if (security_task_wait(p))
Expand Down

0 comments on commit 0837bb3

Please sign in to comment.