summary refs log tree commit diff
path: root/include/scsi
diff options
context:
space:
mode:
authorRyan Attard <ryanattard@ryanattard.info>2019-09-26 11:22:17 -0500
committerMartin K. Petersen <martin.petersen@oracle.com>2019-09-30 23:24:36 -0400
commitd188b0675b21d5a6ca27b3e741381813983f4719 (patch)
tree225de59a30a06f84e191965728aef83c81d625dd /include/scsi
parent9e322310e16c8cc2ae90b885a821dba121025eb7 (diff)
downloadlinux-d188b0675b21d5a6ca27b3e741381813983f4719.tar.gz
scsi: core: Add sysfs attributes for VPD pages 0h and 89h
Add sysfs attributes for the ATA information page and Supported VPD Pages
page.

Link: https://lore.kernel.org/r/20190926162216.56591-1-ryanattard@ryanattard.info
Signed-off-by: Ryan Attard <ryanattard@ryanattard.info>
Reviewed-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_device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scsi/scsi_device.h b/include/scsi/scsi_device.h
index 039e289f295e..3ed836db5306 100644
--- a/include/scsi/scsi_device.h
+++ b/include/scsi/scsi_device.h
@@ -140,8 +140,10 @@ struct scsi_device {
 	const char * rev;		/* ... "nullnullnullnull" before scan */
 
 #define SCSI_VPD_PG_LEN                255
+	struct scsi_vpd __rcu *vpd_pg0;
 	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;   /* used only for single_lun */