net: Convert netlink_tap_net_ops
authorKirill Tkhai <ktkhai@virtuozzo.com>
Tue, 13 Feb 2018 09:31:01 +0000 (12:31 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Feb 2018 15:36:09 +0000 (10:36 -0500)
commitb86b47a39598cdf17e0e826ebe1be21c798112cf
treea392bcdcc156c560c61ebcf8320ae3850c2a3c1f
parent59a513587ac09359875d6074778f21a3c01754e0
net: Convert netlink_tap_net_ops

These pernet_operations init just allocated net memory,
and they obviously can be executed in parallel in any
others.

v3: New

Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Acked-by: Andrei Vagin <avagin@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/af_netlink.c