Commit 77e378cf authored by Chuck Lever's avatar Chuck Lever

NFSD: Remove unused nfsd4_compoundargs::cachetype field

This field was added by commit 1091006c ("nfsd: turn on reply
cache for NFSv4") but was never put to use.
Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent 6604148c
......@@ -724,7 +724,6 @@ struct nfsd4_compoundargs {
u32 opcnt;
struct nfsd4_op *ops;
struct nfsd4_op iops[8];
int cachetype;
};
struct nfsd4_compoundres {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment