diff mbox series

[v1,11/12] NFSD: Remove unused nfsd4_compoundargs::cachetype field

Message ID 166301781087.89884.14388516757829822205.stgit@oracle-102.nfsv4.dev (mailing list archive)
State New, archived
Headers show
Series Short NFSD clean-ups | expand

Commit Message

Chuck Lever Sept. 12, 2022, 9:23 p.m. UTC
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>
---
 fs/nfsd/xdr4.h |    1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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 {