diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2023-04-20 19:56:31 +0200 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2023-04-28 00:49:24 +0200 |
commit | 9280c577431401544e63dfb489a830a42bee25eb (patch) | |
tree | fbb94ff6e9a3788a85df6f5f8fccb2ca892b56a3 /fs/nfsd/export.h | |
parent | SUNRPC: Support TLS handshake in the server-side TCP socket code (diff) | |
download | linux-9280c577431401544e63dfb489a830a42bee25eb.tar.xz linux-9280c577431401544e63dfb489a830a42bee25eb.zip |
NFSD: Handle new xprtsec= export option
Enable administrators to require clients to use transport layer
security when accessing particular exports.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd/export.h')
-rw-r--r-- | fs/nfsd/export.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/export.h b/fs/nfsd/export.h index d03f7f6a8642..2df8ae25aad3 100644 --- a/fs/nfsd/export.h +++ b/fs/nfsd/export.h @@ -77,6 +77,7 @@ struct svc_export { struct cache_detail *cd; struct rcu_head ex_rcu; struct export_stats ex_stats; + unsigned long ex_xprtsec_modes; }; /* an "export key" (expkey) maps a filehandlefragement to an |