Skip to content

Commit 77e378c

Browse files
committed
NFSD: Remove unused nfsd4_compoundargs::cachetype field
This field was added by commit 1091006 ("nfsd: turn on reply cache for NFSv4") but was never put to use. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
1 parent 6604148 commit 77e378c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fs/nfsd/xdr4.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,6 @@ struct nfsd4_compoundargs {
724724
u32 opcnt;
725725
struct nfsd4_op *ops;
726726
struct nfsd4_op iops[8];
727-
int cachetype;
728727
};
729728

730729
struct nfsd4_compoundres {

0 commit comments

Comments
 (0)