net: Convert /proc creating and destroying pernet_operations
These pernet_operations just create and destroy /proc entries, and they can safely marked as async: pppoe_net_ops vlan_net_ops canbcm_pernet_ops kcm_net_ops pfkey_net_ops pppol2tp_net_ops phonet_net_ops Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
7f897db37b
commit
c80afa026a
@@ -729,6 +729,7 @@ static struct pernet_operations vlan_net_ops = {
|
||||
.exit = vlan_exit_net,
|
||||
.id = &vlan_net_id,
|
||||
.size = sizeof(struct vlan_net),
|
||||
.async = true,
|
||||
};
|
||||
|
||||
static int __init vlan_proto_init(void)
|
||||
|
Reference in New Issue
Block a user