From: Kirill Tkhai Date: Mon, 26 Feb 2018 13:03:05 +0000 (+0300) Subject: net: Convert clusterip_net_ops X-Git-Tag: v4.19~1326^2~354^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f95978b7ad0972610b14c65f13f69b3093ff9101;p=platform%2Fkernel%2Flinux-rpi.git net: Convert clusterip_net_ops These pernet_operations register and unregister nf hooks, and populate and destroy /proc entry. So, they are able to be marked as async. Signed-off-by: Kirill Tkhai Signed-off-by: David S. Miller --- diff --git a/net/ipv4/netfilter/ipt_CLUSTERIP.c b/net/ipv4/netfilter/ipt_CLUSTERIP.c index 4b02ab3..08b3e48 100644 --- a/net/ipv4/netfilter/ipt_CLUSTERIP.c +++ b/net/ipv4/netfilter/ipt_CLUSTERIP.c @@ -840,6 +840,7 @@ static struct pernet_operations clusterip_net_ops = { .exit = clusterip_net_exit, .id = &clusterip_net_id, .size = sizeof(struct clusterip_net), + .async = true, }; static int __init clusterip_tg_init(void)