git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ce9691
)
[PATCH] posix-timers: fix task accounting
author
Oleg Nesterov
<oleg@tv-sign.ru>
Mon, 17 Oct 2005 14:49:42 +0000
(18:49 +0400)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 17 Oct 2005 22:00:00 +0000
(15:00 -0700)
Make sure we release the task struct properly when releasing pending
timers.
release_task() does write_lock_irq(&tasklist_lock), so it can't race
with run_posix_cpu_timers() on any cpu.
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found