Loading fs/nfsd/nfssvc.c +4 −4 Original line number Diff line number Diff line Loading @@ -1030,12 +1030,12 @@ nfsd_dispatch(struct svc_rqst *rqstp, __be32 *statp) /* Check whether we have this call in the cache. */ switch (nfsd_cache_lookup(rqstp)) { case RC_DROPIT: return 0; case RC_DOIT: break; case RC_REPLY: return 1; case RC_DOIT:; /* do it */ case RC_DROPIT: return 0; } /* need to grab the location to store the status, as Loading Loading
fs/nfsd/nfssvc.c +4 −4 Original line number Diff line number Diff line Loading @@ -1030,12 +1030,12 @@ nfsd_dispatch(struct svc_rqst *rqstp, __be32 *statp) /* Check whether we have this call in the cache. */ switch (nfsd_cache_lookup(rqstp)) { case RC_DROPIT: return 0; case RC_DOIT: break; case RC_REPLY: return 1; case RC_DOIT:; /* do it */ case RC_DROPIT: return 0; } /* need to grab the location to store the status, as Loading