commit | 6c5f8ce1fb7e8925d957f754a9513911399791b9 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Fri Mar 16 17:44:41 2007 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Tue Mar 20 10:56:49 2007 -0500 |
tree | 700bd0e02ed3bd704049abed2d7113f40c9e3467 | |
parent | 03d4433721880bf1972c924b168e4e1dd3c59d53 [diff] |
[SCSI] expose eh_timed_out to the host template It looks like megaraid_sas at least needs this to throttle its commands as they begin to time out. The code keeps the existing transport template use of eh_timed_out (and allows the transport to override the host if they both have this callback). Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>