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>
This commit is contained in:
parent
ff291d005a
commit
194b95d216
|
@ -2723,6 +2723,7 @@ static void __init netlink_add_usersock_entry(void)
|
|||
static struct pernet_operations __net_initdata netlink_net_ops = {
|
||||
.init = netlink_net_init,
|
||||
.exit = netlink_net_exit,
|
||||
.async = true,
|
||||
};
|
||||
|
||||
static inline u32 netlink_hash(const void *data, u32 len, u32 seed)
|
||||
|
|
Loading…
Reference in New Issue
Block a user