netpoll: Remove unused fields from inet_addr union
authorBreno Leitao <leitao@debian.org>
Wed, 23 Jul 2025 17:20:29 +0000 (10:20 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 25 Jul 2025 20:59:41 +0000 (13:59 -0700)
commit33360f2508e07b07bb926ea75f11744dcc1cde07
tree43d4099c9df727e73eb9533f17eea0a762674bab
parentf24987ef6959a7efaf79bffd265522c3df18d431
netpoll: Remove unused fields from inet_addr union

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@debian.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250723-netconsole_ref-v3-1-8be9b24e4a99@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/netpoll.h