diff options
author | Hannes Reinecke <hare@suse.de> | 2021-09-15 17:07:15 +0800 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-09-22 00:13:38 -0400 |
commit | a4869faf9642518145a8aa4b52e0d5ab0e7ee896 (patch) | |
tree | 993d7ca5f87d08e2f870372b3a7e8d4ed0242f88 /include/scsi | |
parent | 756fb6a895afbf1f0615d93ebdd14863a00b1198 (diff) | |
download | linux-stable-a4869faf9642518145a8aa4b52e0d5ab0e7ee896.tar.gz linux-stable-a4869faf9642518145a8aa4b52e0d5ab0e7ee896.tar.bz2 linux-stable-a4869faf9642518145a8aa4b52e0d5ab0e7ee896.zip |
scsi: core: Remove 'current_tag'
The 'current_tag' field in struct scsi_device is unused now; remove it.
Link: https://lore.kernel.org/r/1631696835-136198-4-git-send-email-john.garry@huawei.com
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/scsi_device.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |