Loading fs/nfsd/cache.h +1 −2 Original line number Diff line number Diff line Loading @@ -50,8 +50,7 @@ enum { enum { RC_DROPIT, RC_REPLY, RC_DOIT, RC_INTR RC_DOIT }; /* Loading fs/nfsd/nfssvc.c +0 −1 Original line number Diff line number Diff line Loading @@ -652,7 +652,6 @@ nfsd_dispatch(struct svc_rqst *rqstp, __be32 *statp) /* Check whether we have this call in the cache. */ switch (nfsd_cache_lookup(rqstp)) { case RC_INTR: case RC_DROPIT: return 0; case RC_REPLY: Loading Loading
fs/nfsd/cache.h +1 −2 Original line number Diff line number Diff line Loading @@ -50,8 +50,7 @@ enum { enum { RC_DROPIT, RC_REPLY, RC_DOIT, RC_INTR RC_DOIT }; /* Loading
fs/nfsd/nfssvc.c +0 −1 Original line number Diff line number Diff line Loading @@ -652,7 +652,6 @@ nfsd_dispatch(struct svc_rqst *rqstp, __be32 *statp) /* Check whether we have this call in the cache. */ switch (nfsd_cache_lookup(rqstp)) { case RC_INTR: case RC_DROPIT: return 0; case RC_REPLY: Loading