[SCSI] FC transport : Avoid device offline cases by stalling aborts until device...
authorJames Smart <James.Smart@Emulex.Com>
Mon, 13 Mar 2006 13:28:57 +0000 (08:28 -0500)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Mon, 13 Mar 2006 14:58:58 +0000 (08:58 -0600)
This moves the eh_timed_out functionality from the scsi_host_template
to the transport_template. Given that this is now a transport function,
the EH_RESET_TIMER case no longer caps the timer reschedulings. The
transport guarantees that this is not an infinite condition.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found