Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92812
b: refs/heads/master
c: 67eb6ff
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed Apr 23, 2008
1 parent 436c5c6 commit c4a19c8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 6a85fa3adddd3a74bd5b94c4b72668d307b88377
refs/heads/master: 67eb6ff610d50da231a37beb634d6dea4b5025ab
1 change: 0 additions & 1 deletion trunk/include/linux/sunrpc/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ struct cache_deferred_req {
struct list_head hash; /* on hash chain */
struct list_head recent; /* on fifo */
struct cache_head *item; /* cache item we wait on */
time_t recv_time;
void *owner; /* we might need to discard all defered requests
* owned by someone */
void (*revisit)(struct cache_deferred_req *req,
Expand Down
1 change: 0 additions & 1 deletion trunk/net/sunrpc/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,6 @@ static int cache_defer_req(struct cache_req *req, struct cache_head *item)
return -ETIMEDOUT;

dreq->item = item;
dreq->recv_time = get_seconds();

spin_lock(&cache_defer_lock);

Expand Down

0 comments on commit c4a19c8

Please sign in to comment.