[PATCH] scsi_error thread exits in TASK_INTERRUPTIBLE state.
authorSteven Rostedt <rostedt@goodmis.org>
Wed, 19 Oct 2005 12:22:13 +0000 (08:22 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 20 Oct 2005 06:16:21 +0000 (23:16 -0700)
commit461a0ffbec1bcea896bd5daf1a98a18232a1e9c7
tree686d5ee770bdbcd0013d89ab0e2684af72c05ed9
parentbf3f81b3f755fe3fced2aaac5cb3ecb4b541f41c
[PATCH] scsi_error thread exits in TASK_INTERRUPTIBLE state.

Found in the -rt patch set.  The scsi_error thread likely will be in the
TASK_INTERRUPTIBLE state upon exit.  This patch fixes this bug.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/scsi/scsi_error.c