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

Commit 6070295e authored by Jeff Layton's avatar Jeff Layton Committed by Trond Myklebust
Browse files

nfs: set vs_hidden on nfs4_callback_version4 (try #2)



This service should not be registered with or unregistered from rpcbind.

Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 31cbecb4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -987,4 +987,5 @@ struct svc_version nfs4_callback_version4 = {
	.vs_proc = nfs4_callback_procedures1,
	.vs_xdrsize = NFS4_CALLBACK_XDRSIZE,
	.vs_dispatch = NULL,
	.vs_hidden = 1,
};