K 10 svn:author V 3 mav K 8 svn:date V 27 2014-08-06T17:02:19.261303Z K 7 svn:log V 352 Reduce reported additional INQUIRY data length. sizeof(struct scsi_inquiry_data) of 256 bytes combined with off-by-one error in the changed code gave total INQUIRY data length above 255 bytes, that was maximal INQUIRY length in SPC-2. While SPC-3 increased the maximal length to 64K, at least sg3_utils are still confused by that. MFC after: 1 week END