OSDN Git Service

NFSD: Rename struct svc_cacherep
[tomoyo/tomoyo-test1.git] / fs / nfsd / nfssvc.c
index f91fb34..97830e2 100644 (file)
@@ -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