diff options
author | Trond Myklebust <trondmy@gmail.com> | 2019-04-09 11:46:17 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2019-04-24 09:46:35 -0400 |
commit | 642ee6b209c2f4c20fe0a7ed36b429c470162eae (patch) | |
tree | 0d98fb1b5ddc6b9b8f670a8a745f84d17e879e24 /fs/nfs/callback.c | |
parent | 4532608d71c8ed6049c949a667eeed719cb9291d (diff) | |
download | linux-642ee6b209c2f4c20fe0a7ed36b429c470162eae.tar.gz linux-642ee6b209c2f4c20fe0a7ed36b429c470162eae.tar.bz2 linux-642ee6b209c2f4c20fe0a7ed36b429c470162eae.zip |
SUNRPC: Allow further customisation of RPC program registration
Add a callback to allow customisation of the rpcbind registration.
When clients have the ability to turn on and off version support,
we want to allow them to also prevent registration of those
versions with the rpc portmapper.
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfs/callback.c')
-rw-r--r-- | fs/nfs/callback.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/callback.c b/fs/nfs/callback.c index a9510374bad7..15c9575e0e7a 100644 --- a/fs/nfs/callback.c +++ b/fs/nfs/callback.c @@ -458,4 +458,5 @@ static struct svc_program nfs4_callback_program = { .pg_stats = &nfs4_callback_stats, .pg_authenticate = nfs_callback_authenticate, .pg_init_request = svc_generic_init_request, + .pg_rpcbind_set = svc_generic_rpcbind_set, }; |