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:
2e457ef
)
[PATCH] pcmcia: fix task state at pccard thread exit
author
Steven Rostedt
<rostedt@goodmis.org>
Mon, 10 Oct 2005 15:13:17 +0000
(11:13 -0400)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 10 Oct 2005 15:33:27 +0000
(08:33 -0700)
The pccardd thread has a race in it that it can shutdown in the
TASK_INTERRUPTIBLE state.
Make sure we mark ourselves runnable again as we remove ourselves from
the wait queue.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found