commit | 220ec0291130a932b32b2c66a10e9c5019dab702 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Mon Oct 10 11:13:17 2005 -0400 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Oct 10 08:33:27 2005 -0700 |
tree | 3b9336e0637dc55776c5b86657126c83339d096d | |
parent | 2e457ef667158840c1be511f5d10dd42c6dbbe46 [diff] |
[PATCH] pcmcia: fix task state at pccard thread exit 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>