From 5ba4e1a707b761eefcaedc7cd706cc699a054856 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 4 May 2016 02:47:33 +0000 Subject: [PATCH] scst_vdisk: extend vend_specific_id to 128 bytes From Adrian Saul git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6884 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_vdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index eb8c4e8a8..0898a9490 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -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];