Re: [PATCH net-next v2 6/6] netconsole: move struct inet_addr into netconsole.c
Breno Leitao <[email protected]>
| Newsgroups | org.kernel.vger.netdev,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>
> Suggested-by: Breno Leitao <[email protected]>
Reviewed-by: Breno Leitao <[email protected]>
Thanks for the patch!