kernel-ark/include/scsi
James Bottomley 3ed7a4704b [SCSI] Fix thread termination for the SCSI error handle
From: 	Alan Stern <stern@rowland.harvard.edu>

This patch (as561) fixes the error handler's thread-exit code.  The
kthread_stop call won't wake the thread from a down_interruptible, so
the patch gets rid of the semaphore and simply does

        set_current_state(TASK_INTERRUPTIBLE);

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>

Modified to simplify the termination loop and correct the sleep condition.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2005-09-19 09:50:04 -05:00
..
scsi_cmnd.h
scsi_dbg.h
scsi_device.h [SCSI] Alter the scsi_add_device() API to conform to what users expect 2005-09-10 14:43:25 -05:00
scsi_devinfo.h
scsi_driver.h
scsi_eh.h Merge by hand (conflicts in sd.c) 2005-09-06 17:52:54 -05:00
scsi_host.h [SCSI] Fix thread termination for the SCSI error handle 2005-09-19 09:50:04 -05:00
scsi_ioctl.h
scsi_request.h
scsi_tcq.h
scsi_transport_fc.h [SCSI] change port speed definitions for scsi_transport_fc 2005-09-16 11:25:50 -04:00
scsi_transport_iscsi.h
scsi_transport_sas.h [SCSI] SAS transport class 2005-09-09 16:43:37 -05:00
scsi_transport_spi.h
scsi_transport.h
scsi.h
scsicam.h
sg_request.h
sg.h