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;
        }
-- 
2.20.1.791.gb4d0f1c61a-goog

Reply via email to