Message ID | 20210819084007.79233-5-hare@suse.de |
---|---|
State | New |
Headers | show |
Series | scsi: remove last references to scsi_cmnd.tag | expand |
diff --git a/include/scsi/scsi_device.h b/include/scsi/scsi_device.h index 09a17f6e93a7..b97e142a7ca9 100644 --- a/include/scsi/scsi_device.h +++ b/include/scsi/scsi_device.h @@ -146,7 +146,6 @@ struct scsi_device { struct scsi_vpd __rcu *vpd_pg83; struct scsi_vpd __rcu *vpd_pg80; struct scsi_vpd __rcu *vpd_pg89; - unsigned char current_tag; /* current tag */ struct scsi_target *sdev_target; blist_flags_t sdev_bflags; /* black/white flags as also found in
The 'current_tag' field in struct scsi_device is unused now; remove it. Signed-off-by: Hannes Reinecke <hare@suse.de> --- include/scsi/scsi_device.h | 1 - 1 file changed, 1 deletion(-)