From: Chuck Lever Date: Mon, 12 Sep 2022 21:23:30 +0000 (-0400) Subject: NFSD: Remove unused nfsd4_compoundargs::cachetype field X-Git-Tag: v6.1-rc1~191^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77e378cf2a595d8e39cddf28a31efe6afd9394a0;p=thirdparty%2Fkernel%2Flinux.git NFSD: Remove unused nfsd4_compoundargs::cachetype field 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 --- diff --git a/fs/nfsd/xdr4.h b/fs/nfsd/xdr4.h index 7fcbc7a46c157..b2bc85421b507 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 {