summaryrefslogtreecommitdiff
path: root/fs/nfs/internal.h
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2023-06-07 16:59:42 +0300
committerTrond Myklebust <trond.myklebust@hammerspace.com>2023-06-19 19:29:23 +0300
commit6c0a8c5fcf7158e889dbdd077f67c81984704710 (patch)
tree0873944aa6decc72d2403bc0e6515e82a4b98b3e /fs/nfs/internal.h
parent75eb6af7acdf566c68d61e98e67ee2f235201c02 (diff)
downloadlinux-6c0a8c5fcf7158e889dbdd077f67c81984704710.tar.xz
NFS: Have struct nfs_client carry a TLS policy field
The new field is used to match struct nfs_clients that have the same TLS policy setting. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r--fs/nfs/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h
index 3cc027d3bd58..5c986c0d3cce 100644
--- a/fs/nfs/internal.h
+++ b/fs/nfs/internal.h
@@ -81,6 +81,7 @@ struct nfs_client_initdata {
struct net *net;
const struct rpc_timeout *timeparms;
const struct cred *cred;
+ struct xprtsec_parms xprtsec;
};
/*