Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2864fbd authored by Kirill Tkhai's avatar Kirill Tkhai Committed by David S. Miller
Browse files

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: default avatarKirill Tkhai <ktkhai@virtuozzo.com>
Acked-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fc18999e
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -106,4 +106,5 @@ struct pernet_operations rxrpc_net_ops = {
	.exit	= rxrpc_exit_net,
	.exit	= rxrpc_exit_net,
	.id	= &rxrpc_net_id,
	.id	= &rxrpc_net_id,
	.size	= sizeof(struct rxrpc_net),
	.size	= sizeof(struct rxrpc_net),
	.async	= true,
};
};