Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0edfbb4 authored by Kirill Tkhai's avatar Kirill Tkhai Committed by David S. Miller
Browse files

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: default avatarKirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 554855cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
};

/*