Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153692
b: refs/heads/master
c: 6aad89c
h: refs/heads/master
v: v3
  • Loading branch information
Anton Blanchard authored and J. Bruce Fields committed Jun 16, 2009
1 parent 3a2eb47 commit fd0f619
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 48e03bc515cff75718de5460458680a230ae997e
refs/heads/master: 6aad89c8376e432231b78d1bdbcc10ef7708b011
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ static void do_cache_clean(struct work_struct *work)
{
int delay = 5;
if (cache_clean() == -1)
delay = 30*HZ;
delay = round_jiffies_relative(30*HZ);

if (list_empty(&cache_list))
delay = 0;
Expand Down

0 comments on commit fd0f619

Please sign in to comment.