From: Florian Westphal
Date: Tue, 24 Jul 2018 12:47:56 +0200
> ->start() is called once when dump is being initialized, there is no
> need to store it in netlink_cb.
>
> Signed-off-by: Florian Westphal
Nice simplification, applied, thanks.
->start() is called once when dump is being initialized, there is no
need to store it in netlink_cb.
Signed-off-by: Florian Westphal
---
include/linux/netlink.h | 1 -
net/netlink/af_netlink.c | 5 ++---
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/include/linux/netlink.h b/in