commit | a9a4ea1166d640d1b397f24afc1cd7e96c46cd03 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Feb 24 18:55:49 2022 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue Mar 01 22:21:49 2022 -0500 |
tree | a0093c22d77f3a86eaf3a0eee6dcfa6c989b622c | |
parent | 5b794f98074a8b7e8eb77dd43746062940b51160 [diff] |
scsi: core: Move the resid_len field from struct scsi_request to struct scsi_cmnd Prepare for removing the scsi_request structure by moving the resid_len field to struct scsi_cmnd. Link: https://lore.kernel.org/r/20220224175552.988286-6-hch@lst.de Reviewed-by: Bart Van Assche <bvanassche@acm.org> Reviewed-by: John Garry <john.garry@huawei.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>