From: Brian King Date: Fri, 24 Aug 2012 21:50:59 +0000 (-0500) Subject: [SCSI] ibmvfc: Fix double completion on abort timeout X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~38^2^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a077c7faf3cb3e28303ba431148a85f613f4e955;p=pandora-kernel.git [SCSI] ibmvfc: Fix double completion on abort timeout If an abort request times out to the virtual fibre channel adapter, the ibmvfc driver will kick off a reset of the adapter. This patch ensures we wait for the both the abort request and the request being aborted to be completed prior to exiting the eh_abort handler. This fixes a bug where the ibmvfc driver was erroneously returning success to the eh_abort handler then later sending back a response to the same command. Signed-off-by: Brian King Signed-off-by: James Bottomley --- Reading git-diff-tree failed