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:
6108ccd
)
[PATCH] do_signal_stop: don't take tasklist_lock
author
Oleg Nesterov
<oleg@tv-sign.ru>
Wed, 29 Mar 2006 00:11:22 +0000
(16:11 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 29 Mar 2006 02:36:43 +0000
(18:36 -0800)
do_signal_stop() does not need tasklist_lock anymore. So it does not need to
do misc re-checks, and we can simplify the code.
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found