diff options
| author | Hannes Reinecke <[email protected]> | 2020-05-07 08:26:42 +0200 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2020-05-07 21:06:20 -0400 |
| commit | 646d4b507626f4c19d2d256ef5fc14a8d52521c6 (patch) | |
| tree | 91a310e44d58d2f219169a463fa32acc5d071452 /include | |
| parent | 108e36f0d8bf91839613d8053a6d1354965801b0 (diff) | |
scsi: core: Remove 'list' entry from struct scsi_cmnd
Leftover from cmd_list removal.
Link: https://lore.kernel.org/r/[email protected]
Fixes: c5a9707672fe ("scsi: core: Remove cmd_list functionality")
Reviewed-by: Bart Van Assche <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Hannes Reinecke <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/scsi/scsi_cmnd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h index 80ac89e47b47..7f047fdd34ac 100644 --- a/include/scsi/scsi_cmnd.h +++ b/include/scsi/scsi_cmnd.h @@ -68,7 +68,6 @@ struct scsi_pointer { struct scsi_cmnd { struct scsi_request req; struct scsi_device *device; - struct list_head list; /* scsi_cmnd participates in queue lists */ struct list_head eh_entry; /* entry for the host eh_cmd_q */ struct delayed_work abort_work; |