summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/xdr4.h
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2022-09-12 17:23:30 -0400
committerChuck Lever <chuck.lever@oracle.com>2022-09-26 14:02:48 -0400
commit77e378cf2a595d8e39cddf28a31efe6afd9394a0 (patch)
tree6f5f69c1c619bf2a1b115fee81c27c966c8d03ba /fs/nfsd/xdr4.h
parent6604148cf961b57fc735e4204f8996536da9253c (diff)
downloadlinux-77e378cf2a595d8e39cddf28a31efe6afd9394a0.tar.bz2
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/nfsd/xdr4.h')
-rw-r--r--fs/nfsd/xdr4.h1
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 {