nfsd: get rid of RC_INTR

The reply cache code never returns this status.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
Jeff Layton
2013-01-28 14:41:09 -05:00
committed by J. Bruce Fields
부모 6dc8889589
커밋 09662d58d5
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제

파일 보기

@@ -50,8 +50,7 @@ enum {
enum {
RC_DROPIT,
RC_REPLY,
RC_DOIT,
RC_INTR
RC_DOIT
};
/*

파일 보기

@@ -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: