Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10064
b: refs/heads/master
c: 6fb9974
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu committed Oct 23, 2005
1 parent 73fe162 commit cff1f4b
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: 203755029e063066ecc4cf5eee1110ab946c2d88
refs/heads/master: 6fb9974f49f7a6032118c5b6caa6e08e7097913e
4 changes: 2 additions & 2 deletions trunk/net/core/neighbour.c
Original file line number Diff line number Diff line change
Expand Up @@ -816,10 +816,10 @@ static void neigh_timer_handler(unsigned long arg)
}

if (neigh->nud_state & NUD_IN_TIMER) {
neigh_hold(neigh);
if (time_before(next, jiffies + HZ/2))
next = jiffies + HZ/2;
neigh_add_timer(neigh, next);
if (!mod_timer(&neigh->timer, next))
neigh_hold(neigh);
}
if (neigh->nud_state & (NUD_INCOMPLETE | NUD_PROBE)) {
struct sk_buff *skb = skb_peek(&neigh->arp_queue);
Expand Down

0 comments on commit cff1f4b

Please sign in to comment.