diff options
author | Bart Van Assche <bvanassche@acm.org> | 2021-08-09 16:03:55 -0700 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-08-11 22:25:42 -0400 |
commit | 2266a2def97ce11ec979b6c58a1b637a16eca7dd (patch) | |
tree | e687c2bc795a3137d30ffad7648cd59e2b68377e /include/scsi | |
parent | 12bc2f13f3813e95d7b13239291f9eb36dae83cb (diff) | |
download | linux-stable-2266a2def97ce11ec979b6c58a1b637a16eca7dd.tar.gz linux-stable-2266a2def97ce11ec979b6c58a1b637a16eca7dd.tar.bz2 linux-stable-2266a2def97ce11ec979b6c58a1b637a16eca7dd.zip |
scsi: core: Remove the request member from struct scsi_cmnd
Since all scsi_cmnd.request users are gone, remove the request pointer
from struct scsi_cmnd.
Link: https://lore.kernel.org/r/20210809230355.8186-53-bvanassche@acm.org
Cc: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/scsi_cmnd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h index b9265b15d37a..ddc9671b325b 100644 --- a/include/scsi/scsi_cmnd.h +++ b/include/scsi/scsi_cmnd.h @@ -111,9 +111,6 @@ struct scsi_cmnd { reconnects. Probably == sector size */ - struct request *request; /* The command we are - working on */ - unsigned char *sense_buffer; /* obtained by REQUEST SENSE when * CHECK CONDITION is received on original |