mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
NFSD: Remove unused nfsd4_compoundargs::cachetype field
This field was added by commit 1091006c5e ("nfsd: turn on reply
cache for NFSv4") but was never put to use.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
parent
6604148cf9
commit
77e378cf2a
|
|
@ -724,7 +724,6 @@ struct nfsd4_compoundargs {
|
|||
u32 opcnt;
|
||||
struct nfsd4_op *ops;
|
||||
struct nfsd4_op iops[8];
|
||||
int cachetype;
|
||||
};
|
||||
|
||||
struct nfsd4_compoundres {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user