Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188887
b: refs/heads/master
c: 5e016cb
h: refs/heads/master
i:
  188885: 17421e4
  188883: 64a0038
  188879: 467ecff
v: v3
  • Loading branch information
Guenter Roeck authored and David S. Miller committed Mar 22, 2010
1 parent 30f585f commit 809d0e7
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: e3a61d47cc37c51834abe537e0ed685829d56ee2
refs/heads/master: 5e016cbf6cffd4a53b7922e0c91b775399d7fe47
3 changes: 2 additions & 1 deletion trunk/net/ipv4/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,8 @@ static struct dst_entry *ipv4_negative_advice(struct dst_entry *dst)
ip_rt_put(rt);
ret = NULL;
} else if ((rt->rt_flags & RTCF_REDIRECTED) ||
rt->u.dst.expires) {
(rt->u.dst.expires &&
time_after_eq(jiffies, rt->u.dst.expires))) {
unsigned hash = rt_hash(rt->fl.fl4_dst, rt->fl.fl4_src,
rt->fl.oif,
rt_genid(dev_net(dst->dev)));
Expand Down

0 comments on commit 809d0e7

Please sign in to comment.