linux/include/scsi
James.Smart@Emulex.Com 42e33148df [SCSI] fix for fc transport recursion problem.
In the scenario that a link was broken, the devloss timer for each
rport was expire at roughly the same time, causing lots of "delete"
workqueue items being queued. Depth is dependent upon the number of
rports that were on the link.

The rport target remove calls were calling flush_scheduled_work(),
which would interrupt the stream, and start the next workqueue item,
which did the same thing, and so on until recursion depth was large.

This fix stops the recursion in the initial delete path, and pushes it
off to a host-level work item that reaps the dead rports.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2005-12-15 19:22:14 -08:00
..
iscsi_if.h
iscsi_proto.h
scsi.h
scsi_cmnd.h [SCSI] Consolidate REQ_BLOCK_PC handling path (fix ipod panic) 2005-12-13 21:29:27 -08:00
scsi_dbg.h
scsi_device.h
scsi_devinfo.h
scsi_driver.h
scsi_eh.h
scsi_host.h [SCSI] use a completion in scsi_send_eh_cmnd 2005-11-06 12:49:36 -06:00
scsi_ioctl.h
scsi_request.h [SCSI] remove scsi_wait_req 2005-11-06 12:45:20 -06:00
scsi_tcq.h
scsi_transport.h
scsi_transport_fc.h [SCSI] fix for fc transport recursion problem. 2005-12-15 19:22:14 -08:00
scsi_transport_iscsi.h
scsi_transport_sas.h
scsi_transport_spi.h
scsicam.h
sg.h
sg_request.h
srp.h IB: Add SCSI RDMA Protocol (SRP) initiator 2005-11-02 14:07:13 -08:00