diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2022-09-12 17:23:30 -0400 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2022-09-26 14:02:48 -0400 |
commit | 77e378cf2a595d8e39cddf28a31efe6afd9394a0 (patch) | |
tree | 6f5f69c1c619bf2a1b115fee81c27c966c8d03ba /fs | |
parent | 6604148cf961b57fc735e4204f8996536da9253c (diff) |
NFSD: Remove unused nfsd4_compoundargs::cachetype field
This field was added by commit 1091006c5eb1 ("nfsd: turn on reply
cache for NFSv4") but was never put to use.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfsd/xdr4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/xdr4.h b/fs/nfsd/xdr4.h index 7fcbc7a46c15..b2bc85421b50 100644 --- a/fs/nfsd/xdr4.h +++ b/fs/nfsd/xdr4.h @@ -724,7 +724,6 @@ struct nfsd4_compoundargs { u32 opcnt; struct nfsd4_op *ops; struct nfsd4_op iops[8]; - int cachetype; }; struct nfsd4_compoundres { |