From: Brian King Date: Mon, 15 Dec 2008 23:09:05 +0000 (-0600) Subject: [SCSI] ibmvfc: Fixup command response translation X-Git-Tag: v2.6.29-rc1~41^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=752b32329b48e0b7481e82a5f891aa5bf01f3782;p=pandora-kernel.git [SCSI] ibmvfc: Fixup command response translation If a link down event is received, outstanding commands may get returned to the ibmvfc driver with a "transaction cancelled implicit" response. This is currently translated to DID_ABORT, which does not get retried by SCSI core, but rather passes the failure up the stack. This can result in I/O errors at the filesystem level. Fix up this response a well as a few other error responses. Signed-off-by: Brian King Signed-off-by: James Bottomley --- Reading git-diff-tree failed