[SCSI] mptfusion: Use DID_TRANSPORT_DISRUPTED instead of DID_BUS_BUSY
commit4d0695664ed8e168f97cce86289d0c5fab35b067
authorKashyap, Desai <kashyap.desai@lsi.com>
Thu, 17 Jun 2010 09:07:25 +0000 (17 14:37 +0530)
committerJames Bottomley <James.Bottomley@suse.de>
Tue, 27 Jul 2010 17:02:28 +0000 (27 12:02 -0500)
treea9f4c9c996614033ebd5cb13289749d3aadadfbc
parent8ce13de2ad0df5239340e885e5513d9ad98439e0
[SCSI] mptfusion: Use DID_TRANSPORT_DISRUPTED instead of DID_BUS_BUSY

Changed the return value for Nexus Loss IOs to be DID_TRANSPORT_DISRUPTED.
What this will allow is the multi-path driver to delay the fail over
process. They would like the path to keep up as long as the nexus loss
Loginfo is return from firmware. With DID_BUS_BUSY the path fails over
immediately.

Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/message/fusion/mptscsih.c