commit | 9227c33de80ac01f269ed33624990ce84358e419 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Apr 01 19:21:04 2006 +0200 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Apr 10 14:15:47 2006 -0400 |
tree | 7678d342949db011d37e15516c3eaa22ec32ff2a | |
parent | 676165a8af7167f488abdcce6851a9bc36e83254 [diff] |
[PATCH] move ->eh_strategy_handler to the transport class Overriding the whole EH code is a per-transport, not per-host thing. Move ->eh_strategy_handler to the transport class, same as ->eh_timed_out. Downside is that scsi_host_alloc can't check for the total lack of EH anymore, but the transition period from old EH where we needed it is long gone already. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jeff Garzik <jeff@garzik.org>