Re: [PATCH net-next v2 1/5] netpoll: Remove unused fields from inet_addr union
From: Simon Horman
Date: Wed Jul 23 2025 - 11:04:19 EST
On Mon, Jul 21, 2025 at 06:02:01AM -0700, Breno Leitao wrote:
> Clean up the inet_addr union by removing unused fields that are
> redundant with existing members:
>
> This simplifies the union structure while maintaining all necessary
> functionality for both IPv4 and IPv6 address handling.
>
> Signed-off-by: Breno Leitao <leitao@xxxxxxxxxx>
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>