[PATCH] hyperv: Remove unused union and structs

2025-03-11 Thread Thorsten Blum
The union vmpacket_largest_possible_header and several structs have not been used for a long time afaict - remove them. Signed-off-by: Thorsten Blum --- include/linux/hyperv.h | 47 -- 1 file changed, 47 deletions(-) diff --git a/include/linux/hyperv.h b/

RE: [PATCH] hyperv: Remove unused union and structs

2025-03-10 Thread Michael Kelley
From: Thorsten Blum Sent: Monday, March 10, 2025 12:26 PM > > The union vmpacket_largest_possible_header and several structs have not > been used for a long time afaict - remove them. > > Signed-off-by: Thorsten Blum > --- > include/linux/hyperv.h | 47

RE: [PATCH] hyperv: Remove unused union and structs

2025-03-10 Thread Michael Kelley
From: Thorsten Blum Sent: Monday, March 10, 2025 1:41 PM > > 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 patc