mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
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:
parent
fc18999ed2
commit
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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user