Searched hist:f8bbfc247efb0e5fa69094614380768ce79afe17 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/scsi/ |
H A D | scsi_transport_api.h | f8bbfc247efb0e5fa69094614380768ce79afe17 Fri May 19 14:07:05 CEST 2006 Tejun Heo <htejun@gmail.com> [PATCH] SCSI: make scsi_implement_eh() generic API for SCSI transports
libata implemented a feature to schedule EH without an associated EH by manipulating shost->host_eh_scheduled in ata_scsi_schedule_eh() directly. Move this function to scsi_error.c and rename it to scsi_schedule_eh(). It is now an exported API for SCSI transports and exported via new header file drivers/scsi/scsi_transport_api.h
This patch also de-export scsi_eh_wakeup() which was exported specifically for ata_scsi_schedule_eh().
Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
|
H A D | scsi_priv.h | diff f8bbfc247efb0e5fa69094614380768ce79afe17 Fri May 19 14:07:05 CEST 2006 Tejun Heo <htejun@gmail.com> [PATCH] SCSI: make scsi_implement_eh() generic API for SCSI transports
libata implemented a feature to schedule EH without an associated EH by manipulating shost->host_eh_scheduled in ata_scsi_schedule_eh() directly. Move this function to scsi_error.c and rename it to scsi_schedule_eh(). It is now an exported API for SCSI transports and exported via new header file drivers/scsi/scsi_transport_api.h
This patch also de-export scsi_eh_wakeup() which was exported specifically for ata_scsi_schedule_eh().
Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
|
H A D | scsi_error.c | diff f8bbfc247efb0e5fa69094614380768ce79afe17 Fri May 19 14:07:05 CEST 2006 Tejun Heo <htejun@gmail.com> [PATCH] SCSI: make scsi_implement_eh() generic API for SCSI transports
libata implemented a feature to schedule EH without an associated EH by manipulating shost->host_eh_scheduled in ata_scsi_schedule_eh() directly. Move this function to scsi_error.c and rename it to scsi_schedule_eh(). It is now an exported API for SCSI transports and exported via new header file drivers/scsi/scsi_transport_api.h
This patch also de-export scsi_eh_wakeup() which was exported specifically for ata_scsi_schedule_eh().
Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
|
/linux/include/scsi/ |
H A D | scsi_eh.h | diff f8bbfc247efb0e5fa69094614380768ce79afe17 Fri May 19 14:07:05 CEST 2006 Tejun Heo <htejun@gmail.com> [PATCH] SCSI: make scsi_implement_eh() generic API for SCSI transports
libata implemented a feature to schedule EH without an associated EH by manipulating shost->host_eh_scheduled in ata_scsi_schedule_eh() directly. Move this function to scsi_error.c and rename it to scsi_schedule_eh(). It is now an exported API for SCSI transports and exported via new header file drivers/scsi/scsi_transport_api.h
This patch also de-export scsi_eh_wakeup() which was exported specifically for ata_scsi_schedule_eh().
Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
|