Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359711
b: refs/heads/master
c: 09662d5
h: refs/heads/master
i:
  359709: 75e9ecf
  359707: 8866d51
  359703: ce2242b
  359695: 647cfdd
  359679: ed40ea8
v: v3
  • Loading branch information
Jeff Layton authored and J. Bruce Fields committed Feb 4, 2013
1 parent 502a646 commit c66a324
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6dc8889589678c228a675b9f01721318a31a8f5b
refs/heads/master: 09662d58d5a2d75c8c29558dda4fc5134ef14b25
3 changes: 1 addition & 2 deletions trunk/fs/nfsd/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ enum {
enum {
RC_DROPIT,
RC_REPLY,
RC_DOIT,
RC_INTR
RC_DOIT
};

/*
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/nfsd/nfssvc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c66a324

Please sign in to comment.