aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfssvc.c
diff options
context:
space:
mode:
authorGravatar Chuck Lever <chuck.lever@oracle.com> 2023-07-09 11:45:48 -0400
committerGravatar Chuck Lever <chuck.lever@oracle.com> 2023-08-29 17:45:22 -0400
commite7421ce71437ec8e4d69cc6bdf35b6853adc5050 (patch)
treee2750bc9f722454d1397118de2436769f67ecec1 /fs/nfsd/nfssvc.c
parentNFSD: Remove svc_rqst::rq_cacherep (diff)
downloadlinux-e7421ce71437ec8e4d69cc6bdf35b6853adc5050.tar.gz
linux-e7421ce71437ec8e4d69cc6bdf35b6853adc5050.tar.bz2
linux-e7421ce71437ec8e4d69cc6bdf35b6853adc5050.zip
NFSD: Rename struct svc_cacherep
The svc_ prefix is identified with the SunRPC layer. Although the duplicate reply cache caches RPC replies, it is only for the NFS protocol. Rename the struct to better reflect its purpose. Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd/nfssvc.c')
-rw-r--r--fs/nfsd/nfssvc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfssvc.c b/fs/nfsd/nfssvc.c
index f91fb343313d..97830e28c140 100644
--- a/fs/nfsd/nfssvc.c
+++ b/fs/nfsd/nfssvc.c
@@ -1046,7 +1046,7 @@ int nfsd_dispatch(struct svc_rqst *rqstp)
{
const struct svc_procedure *proc = rqstp->rq_procinfo;
__be32 *statp = rqstp->rq_accept_statp;
- struct svc_cacherep *rp;
+ struct nfsd_cacherep *rp;
/*
* Give the xdr decoder a chance to change this if it wants