From: Bart Van Assche Date: Wed, 12 Jun 2013 13:23:04 +0000 (+0200) Subject: IB/srp: Avoid skipping srp_reset_host() after a transport error X-Git-Tag: v3.11-rc1~16^2~1^7~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=086f44f58855ae18bab19fb794cce6c6d2c6143b;p=pandora-kernel.git IB/srp: Avoid skipping srp_reset_host() after a transport error The SCSI error handler assumes that the transport layer is operational if an eh_abort_handler() returns SUCCESS. Hence srp_abort() only should return SUCCESS if sending the ABORT TASK task management function succeeded. This patch avoids the SCSI error handler skipping the srp_reset_host() call after a transport layer error. Signed-off-by: Bart Van Assche Acked-by: David Dillow Signed-off-by: Roland Dreier --- Reading git-diff-tree failed