Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153686
b: refs/heads/master
c: cf0a586
h: refs/heads/master
v: v3
  • Loading branch information
Greg Banks authored and J. Bruce Fields committed May 27, 2009
1 parent 9dcd708 commit 2c19c64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: fca4217c5bab31019b5247e977673c9fcc385f6b
refs/heads/master: cf0a586cf41a1779edeee7562afb5d0ab46c7cf4
4 changes: 2 additions & 2 deletions trunk/fs/nfsd/nfscache.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ nfsd_cache_lookup(struct svc_rqst *rqstp, int type)
}
}

/* This should not happen */
if (rp == NULL) {
/* All entries on the LRU are in-progress. This should not happen */
if (&rp->c_lru == &lru_head) {
static int complaints;

printk(KERN_WARNING "nfsd: all repcache entries locked!\n");
Expand Down

0 comments on commit 2c19c64

Please sign in to comment.