Re: [PATCH] hyperv: Remove unused union and structs
From: Thorsten Blum
Date: Mon Mar 10 2025 - 16:41:39 EST
On 10. Mar 2025, at 21:21, Michael Kelley wrote:
>
> It appears to me that struct vmdata_gpa_direct and struct
> vmadditional_data are also unused. Did you keep them for
> some reason? Or could they also be deleted in this patch?
I kept vmdata_gpa_direct because it is referenced in multiple comments
of other structs, for example:
/* The format must be the same as struct vmdata_gpa_direct */
struct vmbus_channel_packet_page_buffer {
...
}
I only checked the structs used in the union and didn't check
vmadditional_data or any others, but I'll submit a v2 and remove it.
Thanks,
Thorsten