From: Christoph Hellwig Date: Sat, 1 Apr 2006 17:21:04 +0000 (+0200) Subject: [PATCH] move ->eh_strategy_handler to the transport class X-Git-Tag: v2.6.17-rc2~288 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9227c33de80ac01f269ed33624990ce84358e419;p=pandora-kernel.git [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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed