Page MenuHomeFreeBSD

D5388.id.diff
No OneTemporary

D5388.id.diff

Index: head/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
===================================================================
--- head/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
+++ head/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
@@ -810,8 +810,8 @@
if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, targetid,
CAM_LUN_WILDCARD) != CAM_REQ_CMP) {
- printf("unable to create path for rescan, pathid: %d,"
- "targetid: %d\n", pathid, targetid);
+ printf("unable to create path for rescan, pathid: %u,"
+ "targetid: %u\n", pathid, targetid);
xpt_free_ccb(ccb);
return;
}

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 1, 6:12 AM (2 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29100870
Default Alt Text
D5388.id.diff (611 B)

Event Timeline