commit | f4b024271ae3e9786e5d6f1c05b01b57a74e1d6d | [log] [tgz] |
---|---|---|
author | Jim Gill <jgill@vmware.com> | Fri Apr 20 19:04:47 2018 -0700 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue May 01 23:15:40 2018 -0400 |
tree | 34300dbaeb12137c49721aecdebceb467a764aca | |
parent | f5957dade4f373b04fa1f5315a489f18cc2c4cb4 [diff] |
scsi: vmw-pvscsi: return DID_BUS_BUSY for adapter-initated aborts The vmw_pvscsi driver returns DID_ABORT for commands aborted internally by the adapter, leading to the filesystem going read-only. Change the result to DID_BUS_BUSY, causing the kernel to retry the command. Signed-off-by: Jim Gill <jgill@vmware.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>