Commit 09662d58d5a2d75c8c29558dda4fc5134ef14b25

Authored by Jeff Layton
Committed by J. Bruce Fields
1 parent 6dc8889589

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>

Showing 2 changed files with 1 additions and 3 deletions Side-by-side Diff

... ... @@ -50,8 +50,7 @@
50 50 enum {
51 51 RC_DROPIT,
52 52 RC_REPLY,
53   - RC_DOIT,
54   - RC_INTR
  53 + RC_DOIT
55 54 };
56 55  
57 56 /*
... ... @@ -652,7 +652,6 @@
652 652  
653 653 /* Check whether we have this call in the cache. */
654 654 switch (nfsd_cache_lookup(rqstp)) {
655   - case RC_INTR:
656 655 case RC_DROPIT:
657 656 return 0;
658 657 case RC_REPLY: