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>
此提交包含在:
@@ -1161,6 +1161,7 @@ static struct pernet_operations pppoe_net_ops = {
|
||||
.exit = pppoe_exit_net,
|
||||
.id = &pppoe_net_id,
|
||||
.size = sizeof(struct pppoe_net),
|
||||
.async = true,
|
||||
};
|
||||
|
||||
static int __init pppoe_init(void)
|
||||
|
新增問題並參考
封鎖使用者