mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-20 19:43:58 +08:00
net: Convert clusterip_net_ops
These pernet_operations register and unregister nf hooks, and populate and destroy /proc entry. So, they are able to be marked as async. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7ca9e67feb
commit
f95978b7ad
@ -840,6 +840,7 @@ static struct pernet_operations clusterip_net_ops = {
|
||||
.exit = clusterip_net_exit,
|
||||
.id = &clusterip_net_id,
|
||||
.size = sizeof(struct clusterip_net),
|
||||
.async = true,
|
||||
};
|
||||
|
||||
static int __init clusterip_tg_init(void)
|
||||
|
Loading…
Reference in New Issue
Block a user