hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/include/uapi/linux/hyperv.h
....@@ -119,8 +119,8 @@
119119
120120 struct hv_fcopy_hdr {
121121 __u32 operation;
122
- uuid_le service_id0; /* currently unused */
123
- uuid_le service_id1; /* currently unused */
122
+ __u8 service_id0[16]; /* currently unused */
123
+ __u8 service_id1[16]; /* currently unused */
124124 } __attribute__((packed));
125125
126126 #define OVER_WRITE 0x1
....@@ -219,7 +219,7 @@
219219 * kernel and user-level daemon communicate using a connector channel.
220220 *
221221 * The user mode component first registers with the
222
- * the kernel component. Subsequently, the kernel component requests, data
222
+ * kernel component. Subsequently, the kernel component requests, data
223223 * for the specified keys. In response to this message the user mode component
224224 * fills in the value corresponding to the specified key. We overload the
225225 * sequence field in the cn_msg header to define our KVP message types.