Tejun Heo f8bbfc247e [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>
2006-05-20 00:39:08 -04:00
..
2006-04-11 06:18:46 -07:00
2006-05-03 20:05:41 -07:00
2006-05-15 11:20:57 -07:00
2006-04-11 06:18:43 -07:00
2006-05-15 11:20:54 -07:00
2006-05-15 11:20:55 -07:00
2006-05-16 11:28:49 +01:00
2006-05-03 20:05:41 -07:00
2006-05-12 11:58:10 -07:00
2006-04-21 10:59:00 -07:00