From: Kirill Tkhai Date: Thu, 15 Mar 2018 09:11:35 +0000 (+0300) Subject: net: Convert ipvs_core_dev_ops X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d0edfbb4ba4a88399c169cf2c26b252d39f503bc;p=linux.git net: Convert ipvs_core_dev_ops Exit method stops two per-net threads and cancels delayed work. Everything looks nicely per-net divided. Signed-off-by: Kirill Tkhai Signed-off-by: David S. Miller --- diff --git a/net/netfilter/ipvs/ip_vs_core.c b/net/netfilter/ipvs/ip_vs_core.c index c5d16e2bc8e2c..6a6cb9db030bc 100644 --- a/net/netfilter/ipvs/ip_vs_core.c +++ b/net/netfilter/ipvs/ip_vs_core.c @@ -2294,6 +2294,7 @@ static struct pernet_operations ipvs_core_ops = { static struct pernet_operations ipvs_core_dev_ops = { .exit = __ip_vs_dev_cleanup, + .async = true, }; /*