Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10903
b: refs/heads/master
c: 8d027de
h: refs/heads/master
i:
  10901: b13b7aa
  10899: dd3c1a3
  10895: ec52b6a
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Oct 29, 2005
1 parent 910ce0c commit e358588
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 47e627ce83b6df9f4bb8e4b0a4dde1c5d7a4c929
refs/heads/master: 8d027de54c77d38eedc9b331c7a2a39807d34691
2 changes: 2 additions & 0 deletions trunk/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,8 @@ void __exit_signal(struct task_struct *tsk)

void exit_signal(struct task_struct *tsk)
{
atomic_dec(&tsk->signal->live);

write_lock_irq(&tasklist_lock);
__exit_signal(tsk);
write_unlock_irq(&tasklist_lock);
Expand Down

0 comments on commit e358588

Please sign in to comment.