Re: [PATCH net-next 2/4] netlink: move extack writing helpers

2024-04-20 Thread David Ahern
On 4/19/24 8:35 PM, Jakub Kicinski wrote: > Next change will need them in netlink_dump_done(), pure move. > > Signed-off-by: Jakub Kicinski > --- > net/netlink/af_netlink.c | 126 +++ > 1 file changed, 63 insertions(+), 63 deletions(-) > Reviewed-by: David A

[PATCH net-next 2/4] netlink: move extack writing helpers

2024-04-19 Thread Jakub Kicinski
Next change will need them in netlink_dump_done(), pure move. Signed-off-by: Jakub Kicinski --- net/netlink/af_netlink.c | 126 +++ 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c index dc8c3c