mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
nfs: set vs_hidden on nfs4_callback_version4 (try #2)
This service should not be registered with or unregistered from rpcbind. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
31cbecb4ab
commit
6070295efc
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user