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

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

net: Convert nfsd_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: default avatarKirill Tkhai <ktkhai@virtuozzo.com>
Acked-by: default avatarJ. Bruce Fields <bfields@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent cdcfeb0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1263,6 +1263,7 @@ static struct pernet_operations nfsd_net_ops = {
	.exit = nfsd_exit_net,
	.id   = &nfsd_net_id,
	.size = sizeof(struct nfsd_net),
	.async = true,
};

static int __init init_nfsd(void)