From c66a324517520026b15ce34980639b27618fb677 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Mon, 28 Jan 2013 14:41:09 -0500 Subject: [PATCH] --- yaml --- r: 359711 b: refs/heads/master c: 09662d58d5a2d75c8c29558dda4fc5134ef14b25 h: refs/heads/master i: 359709: 75e9ecf7bba381a7668ea489f2f0fae5c981a059 359707: 8866d510efb0843572ccebfca723762b2d50db6b 359703: ce2242b7611426078088c6814f15f55826c11f36 359695: 647cfdd768ea41a0ccd7b88629ad12a8c63d79f0 359679: ed40ea89f9ee9578e786f6e579bba77d537f7190 v: v3 --- [refs] | 2 +- trunk/fs/nfsd/cache.h | 3 +-- trunk/fs/nfsd/nfssvc.c | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 12efe2811e76..285db9cad13a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6dc8889589678c228a675b9f01721318a31a8f5b +refs/heads/master: 09662d58d5a2d75c8c29558dda4fc5134ef14b25 diff --git a/trunk/fs/nfsd/cache.h b/trunk/fs/nfsd/cache.h index 2cac76c63b97..f8c6df8649dc 100644 --- a/trunk/fs/nfsd/cache.h +++ b/trunk/fs/nfsd/cache.h @@ -50,8 +50,7 @@ enum { enum { RC_DROPIT, RC_REPLY, - RC_DOIT, - RC_INTR + RC_DOIT }; /* diff --git a/trunk/fs/nfsd/nfssvc.c b/trunk/fs/nfsd/nfssvc.c index cee62ab9d4a3..40cb1cbaba4e 100644 --- a/trunk/fs/nfsd/nfssvc.c +++ b/trunk/fs/nfsd/nfssvc.c @@ -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: