Browse Source

net: Convert netlink_net_ops

The methods of netlink_net_ops create and destroy "netlink"
file, which are not interesting for foreigh pernet_operations.
So, netlink_net_ops may safely be made async.

Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Acked-by: Andrei Vagin <avagin@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Kirill Tkhai 7 years ago
parent
commit
194b95d216
1 changed files with 1 additions and 0 deletions
  1. 1 0
      net/netlink/af_netlink.c

+ 1 - 0
net/netlink/af_netlink.c

@@ -2723,6 +2723,7 @@ static void __init netlink_add_usersock_entry(void)
 static struct pernet_operations __net_initdata netlink_net_ops = {
 static struct pernet_operations __net_initdata netlink_net_ops = {
 	.init = netlink_net_init,
 	.init = netlink_net_init,
 	.exit = netlink_net_exit,
 	.exit = netlink_net_exit,
+	.async = true,
 };
 };
 
 
 static inline u32 netlink_hash(const void *data, u32 len, u32 seed)
 static inline u32 netlink_hash(const void *data, u32 len, u32 seed)