On 2/8/19 1:24 PM, Bart Van Assche wrote:
> This patch does not change any functionality.
> 
> Cc: Lee Duncan <[email protected]>
> Cc: Chris Leech <[email protected]>
> Signed-off-by: Bart Van Assche <[email protected]>
> ---
>  drivers/scsi/libiscsi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/scsi/libiscsi.c b/drivers/scsi/libiscsi.c
> index bca3a8636c27..dd314d2b1111 100644
> --- a/drivers/scsi/libiscsi.c
> +++ b/drivers/scsi/libiscsi.c
> @@ -915,7 +915,7 @@ iscsi_data_in_rsp(struct iscsi_conn *conn, struct 
> iscsi_hdr *hdr,
>               if (res_count > 0 &&
>                   (rhdr->flags & ISCSI_FLAG_CMD_OVERFLOW ||
>                    res_count <= sc->sdb.length))
> -                     sc->sdb.resid = res_count;
> +                     scsi_set_resid(sc, res_count);
>               else
>                       sc->result = (DID_BAD_TARGET << 16) | rhdr->cmd_status;
>       }
> 

Reviewed-by: Lee Duncan <[email protected]>

Reply via email to