projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6604148
)
NFSD: Remove unused nfsd4_compoundargs::cachetype field
author
Chuck Lever
<chuck.lever@oracle.com>
Mon, 12 Sep 2022 21:23:30 +0000
(17:23 -0400)
committer
Chuck Lever
<chuck.lever@oracle.com>
Mon, 26 Sep 2022 18:02:48 +0000
(14:02 -0400)
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
patch
|
blob
|
history
diff --git
a/fs/nfsd/xdr4.h
b/fs/nfsd/xdr4.h
index 7fcbc7a46c15745aecacfa537ad4f054e97fcd1b..b2bc85421b5075f758bf233b59d1d1f765a48928 100644
(file)
--- 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 {