[PATCH] move ->eh_strategy_handler to the transport class
authorChristoph Hellwig <hch@lst.de>
Sat, 1 Apr 2006 17:21:04 +0000 (19:21 +0200)
committerJeff Garzik <jeff@garzik.org>
Mon, 10 Apr 2006 18:15:47 +0000 (14:15 -0400)
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>

No differences found