]> asedeno.scripts.mit.edu Git - linux.git/commit
net: Convert ipv6_sysctl_net_ops
authorKirill Tkhai <ktkhai@virtuozzo.com>
Mon, 19 Feb 2018 08:49:49 +0000 (11:49 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Feb 2018 19:19:11 +0000 (14:19 -0500)
commit58708caef56b04da2c91d6aaba49c783f22055c2
tree328eb1e287042276df8fae77e0037934835d7119
parentfef65a2c6c3417fcf2fb0bebd8c27355d1b14a12
net: Convert ipv6_sysctl_net_ops

These pernet_operations create and destroy sysctl tables.
They are not touched by another net pernet_operations.
So, it's possible to execute them in parallel with others.

Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/sysctl_net_ipv6.c