commit | 55d29bf00f57200cc8b3d3e3e45614baaf5ca27d | [log] [tgz] |
---|---|---|
author | Brian King <[email protected]> | Fri Apr 12 08:25:17 2013 -0500 |
committer | James Bottomley <[email protected]> | Thu May 02 11:57:24 2013 -0700 |
tree | 7b9c12e6798b56adb247987fe3ce1b2fb5f4cd25 | |
parent | 93631b4aac7cac29a1ba9c0b849bf527b7e07028 [diff] |
[SCSI] ibmvfc: Send cancel when link is down If attempting to abort requests due to a fail fail timeout or error handling while the link is down, we cannot send an abort out on the fabric. We can, however, send a cancel to the VIOS. This fixes ibmvfc to send a cancel in this case to prevent error handling from failing and/or escalating. Signed-off-by: Brian King <[email protected]> Acked-by: Robert Jennings <[email protected]> Signed-off-by: James Bottomley <[email protected]>