Page MenuHomeFreeBSD

D5388.diff
No OneTemporary

D5388.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
Sat, Feb 28, 3:21 AM (6 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29050079
Default Alt Text
D5388.diff (611 B)

Event Timeline