LVS
lvs-devel
Google
 
Web LinuxVirtualServer.org

[PATCH net-next 5/6] net: Convert ipvs_core_dev_ops

To: davem@xxxxxxxxxxxxx, wensong@xxxxxxxxxxxx, horms@xxxxxxxxxxxx, ja@xxxxxx, pablo@xxxxxxxxxxxxx, kadlec@xxxxxxxxxxxxxxxxx, fw@xxxxxxxxx, pshelar@xxxxxxx, g.nault@xxxxxxxxxxxx, jchapman@xxxxxxxxxxx, lorenzo.bianconi@xxxxxxxxxx, dwindsor@xxxxxxxxx, elena.reshetova@xxxxxxxxx, dsahern@xxxxxxxxx, roopa@xxxxxxxxxxxxxxxxxxx, rshearma@xxxxxxxxxxx, dan.j.williams@xxxxxxxxx, amine.kherbouche@xxxxxxxxx, netdev@xxxxxxxxxxxxxxx, lvs-devel@xxxxxxxxxxxxxxx, netfilter-devel@xxxxxxxxxxxxxxx, dev@xxxxxxxxxxxxxxx, ktkhai@xxxxxxxxxxxxx
Subject: [PATCH net-next 5/6] net: Convert ipvs_core_dev_ops
From: Kirill Tkhai <ktkhai@xxxxxxxxxxxxx>
Date: Thu, 15 Mar 2018 12:11:35 +0300
Exit method stops two per-net threads and cancels
delayed work. Everything looks nicely per-net divided.

Signed-off-by: Kirill Tkhai <ktkhai@xxxxxxxxxxxxx>
---
 net/netfilter/ipvs/ip_vs_core.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/net/netfilter/ipvs/ip_vs_core.c b/net/netfilter/ipvs/ip_vs_core.c
index c5d16e2bc8e2..6a6cb9db030b 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,
 };
 
 /*

--
To unsubscribe from this list: send the line "unsubscribe lvs-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

<Prev in Thread] Current Thread [Next in Thread>