Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[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>

authored by

Steven Rostedt and committed by
Linus Torvalds
461a0ffb bf3f81b3

+2
+2
drivers/scsi/scsi_error.c
··· 1645 1645 set_current_state(TASK_INTERRUPTIBLE); 1646 1646 } 1647 1647 1648 + __set_current_state(TASK_RUNNING); 1649 + 1648 1650 SCSI_LOG_ERROR_RECOVERY(1, printk("Error handler scsi_eh_%d" 1649 1651 " exiting\n",shost->host_no)); 1650 1652