Page MenuHomeFreeBSD

D7021.diff
No OneTemporary

D7021.diff

Index: head/sys/dev/hyperv/include/hyperv.h
===================================================================
--- head/sys/dev/hyperv/include/hyperv.h
+++ head/sys/dev/hyperv/include/hyperv.h
@@ -537,7 +537,6 @@
struct hv_device* device;
struct vmbus_softc *vmbus_sc;
hv_vmbus_channel_state state;
- hv_vmbus_channel_offer_channel offer_msg;
uint32_t ch_flags; /* VMBUS_CHAN_FLAG_ */
uint32_t ch_id; /* channel id */
/*
Index: head/sys/dev/hyperv/vmbus/hv_channel_mgmt.c
===================================================================
--- head/sys/dev/hyperv/vmbus/hv_channel_mgmt.c
+++ head/sys/dev/hyperv/vmbus/hv_channel_mgmt.c
@@ -321,8 +321,6 @@
new_channel->ch_sigevt->hc_connid = offer->connection_id;
}
- memcpy(&new_channel->offer_msg, offer,
- sizeof(hv_vmbus_channel_offer_channel));
new_channel->monitor_group = (uint8_t) offer->monitor_id / 32;
new_channel->monitor_bit = (uint8_t) offer->monitor_id % 32;

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 16, 11:34 AM (13 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31599799
Default Alt Text
D7021.diff (962 B)

Event Timeline