Fix length of Extended INQUIRY Data VPD page.
MFC after: 3 days
This commit is contained in:
parent
59a46e800a
commit
35f5c94702
@ -9912,9 +9912,7 @@ ctl_inquiry_evpd_eid(struct ctl_scsiio *ctsio, int alloc_len)
|
||||
|
||||
lun = (struct ctl_lun *)ctsio->io_hdr.ctl_private[CTL_PRIV_LUN].ptr;
|
||||
|
||||
data_len = sizeof(struct scsi_vpd_mode_page_policy) +
|
||||
sizeof(struct scsi_vpd_mode_page_policy_descr);
|
||||
|
||||
data_len = sizeof(struct scsi_vpd_extended_inquiry_data);
|
||||
ctsio->kern_data_ptr = malloc(data_len, M_CTL, M_WAITOK | M_ZERO);
|
||||
eid_ptr = (struct scsi_vpd_extended_inquiry_data *)ctsio->kern_data_ptr;
|
||||
ctsio->kern_sg_entries = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user