net: Convert rxrpc_net_ops
These pernet_operations modifies rxrpc_net_id-pointed per-net entities. There is external link to AF_RXRPC in fs/afs/Kconfig, but it seems there is no other pernet_operations interested in that per-net entities. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Acked-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
fc18999ed2
Коммит
b2864fbdc5
|
@ -106,4 +106,5 @@ struct pernet_operations rxrpc_net_ops = {
|
|||
.exit = rxrpc_exit_net,
|
||||
.id = &rxrpc_net_id,
|
||||
.size = sizeof(struct rxrpc_net),
|
||||
.async = true,
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче