From: Kirill Tkhai Date: Mon, 26 Feb 2018 13:02:19 +0000 (+0300) Subject: net: Convert vti6_net_ops X-Git-Tag: v4.19~1326^2~354^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ecc29550add41a0f077b07840501d7a3abfc9db;p=platform%2Fkernel%2Flinux-rpi.git net: Convert vti6_net_ops These pernet_operations are similar to ip6_tnl_net_ops. Exit method unregisters all net vti6 tunnels, and it looks like another pernet_operations are not interested in foreign net vti6 list. Init method registers netdevice. So, it's possible to mark them async. Signed-off-by: Kirill Tkhai Signed-off-by: David S. Miller --- diff --git a/net/ipv6/ip6_vti.c b/net/ipv6/ip6_vti.c index fa3ae1c..c617ea17 100644 --- a/net/ipv6/ip6_vti.c +++ b/net/ipv6/ip6_vti.c @@ -1148,6 +1148,7 @@ static struct pernet_operations vti6_net_ops = { .exit_batch = vti6_exit_batch_net, .id = &vti6_net_id, .size = sizeof(struct vti6_net), + .async = true, }; static struct xfrm6_protocol vti_esp6_protocol __read_mostly = {