diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2020-11-02 21:19:12 +0100 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2020-11-30 20:46:41 +0100 |
commit | 523ec6ed6fb80fd1537d748a06bffd060a8b3235 (patch) | |
tree | 7ff732508ff5ca440a14e663c761589877e3ca1b /fs/nfsd/xdr4.h | |
parent | NFSD: Add a separate decoder for ssv_sp_parms (diff) | |
download | linux-523ec6ed6fb80fd1537d748a06bffd060a8b3235.tar.xz linux-523ec6ed6fb80fd1537d748a06bffd060a8b3235.zip |
NFSD: Add a helper to decode state_protect4_a
Refactor for clarity.
Also, remove a stale comment. Commit ed94164398c9 ("nfsd: implement
machine credential support for some operations") added support for
SP4_MACH_CRED, so state_protect_a is no longer completely ignored.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to '')
-rw-r--r-- | fs/nfsd/xdr4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/xdr4.h b/fs/nfsd/xdr4.h index 6245004a9993..232529bc1b79 100644 --- a/fs/nfsd/xdr4.h +++ b/fs/nfsd/xdr4.h @@ -433,7 +433,7 @@ struct nfsd4_exchange_id { u32 flags; clientid_t clientid; u32 seqid; - int spa_how; + u32 spa_how; u32 spo_must_enforce[3]; u32 spo_must_allow[3]; struct xdr_netobj nii_domain; |