Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59034
b: refs/heads/master
c: 6b25d30
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jul 11, 2007
1 parent ac67126 commit 0566e36
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1498b3f1952ae539a7d5c356acf942d5f4c1aece
refs/heads/master: 6b25d30bf112370a12d05c3c0fd43732985dab01
3 changes: 2 additions & 1 deletion trunk/net/core/gen_estimator.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ static void est_timer(unsigned long arg)
spin_unlock(e->stats_lock);
}

mod_timer(&elist[idx].timer, jiffies + ((HZ<<idx)/4));
if (elist[idx].list != NULL)
mod_timer(&elist[idx].timer, jiffies + ((HZ<<idx)/4));
read_unlock(&est_lock);
}

Expand Down

0 comments on commit 0566e36

Please sign in to comment.