Skip to content

Commit

Permalink
nfs: set vs_hidden on nfs4_callback_version4 (try #2)
Browse files Browse the repository at this point in the history
This service should not be registered with or unregistered from rpcbind.

Signed-off-by: Jeff Layton <[email protected]>
Signed-off-by: Trond Myklebust <[email protected]>
  • Loading branch information
jtlayton authored and Trond Myklebust committed Nov 4, 2011
1 parent 31cbecb commit 6070295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/nfs/callback_xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

0 comments on commit 6070295

Please sign in to comment.