Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2013
b: refs/heads/master
c: caf2857
h: refs/heads/master
i:
  2011: 8bcd51c
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Jun 17, 2005
1 parent d45b623 commit 9a77afb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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: 97008082eacab047c189028202e055280f799ace
refs/heads/master: caf2857ac6e0ba2651e722f05d5f7d3ec8ef2615
4 changes: 1 addition & 3 deletions trunk/kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -811,10 +811,8 @@ fastcall NORET_TYPE void do_exit(long code)
acct_update_integrals(tsk);
update_mem_hiwater(tsk);
group_dead = atomic_dec_and_test(&tsk->signal->live);
if (group_dead) {
del_timer_sync(&tsk->signal->real_timer);
if (group_dead)
acct_process(code);
}
exit_mm(tsk);

exit_sem(tsk);
Expand Down
1 change: 1 addition & 0 deletions trunk/kernel/posix-timers.c
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,7 @@ void exit_itimers(struct signal_struct *sig)
tmr = list_entry(sig->posix_timers.next, struct k_itimer, list);
itimer_delete(tmr);
}
del_timer_sync(&sig->real_timer);
}

/*
Expand Down

0 comments on commit 9a77afb

Please sign in to comment.