commit | b489141369f78ead6ed540cff29ac1974852cd7f | [log] [tgz] |
---|---|---|
author | Kirill Tkhai <ktkhai@virtuozzo.com> | Mon Feb 19 11:50:18 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 19 14:19:11 2018 -0500 |
tree | 35d767ac5dd76c5c52af4e77c34499f13d399951 | |
parent | a7852a76f414f69631ed3adc4b001c633829306d [diff] |
net: Convert xfrm6_net_ops These pernet_operations create sysctl tables and initialize net::xfrm.xfrm6_dst_ops used for routing. It doesn't look like another pernet_operations send ipv6 packets to foreign net namespaces, so it should be safe to mark the pernet_operations as async. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>