Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217215
b: refs/heads/master
c: e95dffa
h: refs/heads/master
i:
  217213: d830295
  217211: 2051a67
  217207: decec04
  217199: ca8a83a
  217183: 763f3c4
  217151: ac38fa3
  217087: 3db2d0f
v: v3
  • Loading branch information
NeilBrown authored and J. Bruce Fields committed Sep 22, 2010
1 parent ccade9b commit 8fee6c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: f904be9cc77f361d37d71468b13ff3d1a1823dea
refs/heads/master: e95dffa4304186ad87963255f3e5e96b5c41849f
4 changes: 3 additions & 1 deletion trunk/net/sunrpc/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -671,8 +671,10 @@ void cache_clean_deferred(void *owner)
spin_lock(&cache_defer_lock);

list_for_each_entry_safe(dreq, tmp, &cache_defer_list, recent) {
if (dreq->owner == owner)
if (dreq->owner == owner) {
__unhash_deferred_req(dreq);
list_add(&dreq->recent, &pending);
}
}
spin_unlock(&cache_defer_lock);

Expand Down

0 comments on commit 8fee6c4

Please sign in to comment.