Re: [PATCH net-next v2 6/6] netconsole: move struct inet_addr into netconsole.c
From: Breno Leitao
Date: Tue Aug 11 2026 - 09:23:54 EST
On Mon, Aug 10, 2026 at 05:47:30PM +0100, Gustavo Luiz Duarte wrote:
> The struct inet_addr lives in netpoll.h, but since commit a1116396476f
> ("netconsole: move local_ip/remote_ip/ipv6 to netconsole_target") the
> only user is netconsole. Move the definition into netconsole.c
>
> Signed-off-by: Gustavo Luiz Duarte <gustavold@xxxxxxxxx>
> Suggested-by: Breno Leitao <leitao@xxxxxxxxxx>
Reviewed-by: Breno Leitao <leitao@xxxxxxxxxx>
Thanks for the patch!