mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 07:17:02 +07:00
net: Convert geneve_net_ops
These pernet_operations are similar to bond_net_ops. Exit method unregisters all net geneve devices, and it looks like another pernet_operations are not interested in foreign net geneve list. So, it's possible to mark them async. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6963ad69ce
commit
f60f33460a
@ -1694,6 +1694,7 @@ static struct pernet_operations geneve_net_ops = {
|
||||
.exit_batch = geneve_exit_batch_net,
|
||||
.id = &geneve_net_id,
|
||||
.size = sizeof(struct geneve_net),
|
||||
.async = true,
|
||||
};
|
||||
|
||||
static int __init geneve_init_module(void)
|
||||
|
Loading…
Reference in New Issue
Block a user