diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2023-07-09 17:45:48 +0200 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2023-08-29 23:45:22 +0200 |
commit | e7421ce71437ec8e4d69cc6bdf35b6853adc5050 (patch) | |
tree | e2750bc9f722454d1397118de2436769f67ecec1 /fs/nfsd/trace.h | |
parent | NFSD: Remove svc_rqst::rq_cacherep (diff) | |
download | linux-e7421ce71437ec8e4d69cc6bdf35b6853adc5050.tar.xz 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/trace.h')
-rw-r--r-- | fs/nfsd/trace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfsd/trace.h b/fs/nfsd/trace.h index c48419c0a58a..803904348871 100644 --- a/fs/nfsd/trace.h +++ b/fs/nfsd/trace.h @@ -1241,8 +1241,8 @@ TRACE_EVENT(nfsd_drc_found, TRACE_EVENT(nfsd_drc_mismatch, TP_PROTO( const struct nfsd_net *nn, - const struct svc_cacherep *key, - const struct svc_cacherep *rp + const struct nfsd_cacherep *key, + const struct nfsd_cacherep *rp ), TP_ARGS(nn, key, rp), TP_STRUCT__entry( |