lkml.org 
[lkml]   [2018]   [Jul]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.18 21/85] scsi: vmw-pvscsi: return DID_BUS_BUSY for adapter-initated aborts
    Date
    3.18-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Jim Gill <jgill@vmware.com>

    [ Upstream commit f4b024271ae3e9786e5d6f1c05b01b57a74e1d6d ]

    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>
    Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    drivers/scsi/vmw_pvscsi.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/scsi/vmw_pvscsi.c
    +++ b/drivers/scsi/vmw_pvscsi.c
    @@ -615,7 +615,7 @@ static void pvscsi_complete_request(stru
    break;

    case BTSTAT_ABORTQUEUE:
    - cmd->result = (DID_ABORT << 16);
    + cmd->result = (DID_BUS_BUSY << 16);
    break;

    case BTSTAT_SCSIPARITY:

    \
     
     \ /
      Last update: 2018-07-01 18:14    [W:4.173 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site