mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
scst_vdisk: extend vend_specific_id to 128 bytes
From Adrian Saul <Adrian.Saul@tpgtelecom.com.au> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6884 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -219,7 +219,7 @@ struct scst_vdisk_dev {
|
||||
unsigned int t10_dev_id_set:1; /* true if t10_dev_id manually set */
|
||||
unsigned int usn_set:1; /* true if usn manually set */
|
||||
char t10_vend_id[8 + 1];
|
||||
char vend_specific_id[32 + 1];
|
||||
char vend_specific_id[128 + 1];
|
||||
char prod_id[16 + 1];
|
||||
char prod_rev_lvl[4 + 1];
|
||||
char scsi_device_name[256 + 1];
|
||||
|
||||
Reference in New Issue
Block a user