mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
net: Convert sunrpc_net_ops
These pernet_operations look similar to rpcsec_gss_net_ops, they just create and destroy another caches. So, they also can be async. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Acked-by: Anna Schumaker <Anna.Schumaker@netapp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
855aeba340
commit
5e804a6077
@ -79,6 +79,7 @@ static struct pernet_operations sunrpc_net_ops = {
|
||||
.exit = sunrpc_exit_net,
|
||||
.id = &sunrpc_net_id,
|
||||
.size = sizeof(struct sunrpc_net),
|
||||
.async = true,
|
||||
};
|
||||
|
||||
static int __init
|
||||
|
Loading…
Reference in New Issue
Block a user