|
@@ -531,9 +531,9 @@ int stor_vsc_on_io_request(struct hv_device *device,
|
|
|
"Extension %p", device, stor_device, request,
|
|
|
request_extension);
|
|
|
|
|
|
- DPRINT_DBG(STORVSC, "req %p len %d lun %d cdblen %d",
|
|
|
+ DPRINT_DBG(STORVSC, "req %p len %d cdblen %d",
|
|
|
request, request->data_buffer.len,
|
|
|
- request->lun_id, request->cdb_len);
|
|
|
+ request->cdb_len);
|
|
|
|
|
|
if (!stor_device) {
|
|
|
DPRINT_ERR(STORVSC, "unable to get stor device..."
|
|
@@ -549,7 +549,6 @@ int stor_vsc_on_io_request(struct hv_device *device,
|
|
|
|
|
|
vstor_packet->vm_srb.length = sizeof(struct vmscsi_request);
|
|
|
|
|
|
- vstor_packet->vm_srb.lun = request->lun_id;
|
|
|
|
|
|
vstor_packet->vm_srb.sense_info_length = SENSE_BUFFER_SIZE;
|
|
|
|