commit | c829c394165f981d49f05a9be228404d7a9398d4 | [log] [tgz] |
---|---|---|
author | James Smart <James.Smart@Emulex.Com> | Mon Mar 13 08:28:57 2006 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Mon Mar 13 08:58:58 2006 -0600 |
tree | 649ca326052a4a35d31f150f274347ca9d38c678 | |
parent | ce313db240862d809c736c5b1dfc759817fc7ca9 [diff] |
[SCSI] FC transport : Avoid device offline cases by stalling aborts until device unblocked 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>