Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109311
b: refs/heads/master
c: 2633f0e
h: refs/heads/master
i:
  109309: 5d129a9
  109307: 1156d42
  109303: 8bd998a
  109295: f5b2094
  109279: 7552bd3
  109247: d87bc8c
  109183: e09d9f0
  109055: d9ee509
v: v3
  • Loading branch information
Steve VanDeBogart authored and Ingo Molnar committed Aug 27, 2008
1 parent a50a236 commit ab708d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 74870172824a78640ec4f03058d9bd35dfa08618
refs/heads/master: 2633f0e57b1127f4060d70bf460140dc9bb19386
4 changes: 2 additions & 2 deletions trunk/kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -918,8 +918,8 @@ static void exit_notify(struct task_struct *tsk, int group_dead)

/* mt-exec, de_thread() is waiting for us */
if (thread_group_leader(tsk) &&
tsk->signal->notify_count < 0 &&
tsk->signal->group_exit_task)
tsk->signal->group_exit_task &&
tsk->signal->notify_count < 0)
wake_up_process(tsk->signal->group_exit_task);

write_unlock_irq(&tasklist_lock);
Expand Down

0 comments on commit ab708d2

Please sign in to comment.