From: Brian King Date: Fri, 20 Mar 2009 20:44:39 +0000 (-0500) Subject: [SCSI] ibmvfc: Improve ADISC timeout handling X-Git-Tag: v2.6.30-rc1~185^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10501e1ce3d97cc84a8e29a3a139f74601b59b0f;p=pandora-kernel.git [SCSI] ibmvfc: Improve ADISC timeout handling The ibmvfc driver currently breaks the CRQ and essentially resets the entire virtual FC adapter, killing all outstanding ops to all attached targets, if an ADISC times out during target discover/rediscovery. This patch adds some code to cancel the ADISC if it times out, which prevents a single ADISC timeout from affecting the other devices attached to the fabric. Signed-off-by: Brian King Signed-off-by: James Bottomley --- Reading git-diff-tree failed