Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315497
b: refs/heads/master
c: 7fed84f
h: refs/heads/master
i:
  315495: 31526ff
v: v3
  • Loading branch information
David S. Miller committed Jul 19, 2012
1 parent 020021d commit b9dab56
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: 1eb8c695bda92ccaec30e9a3351e37a1896da54f
refs/heads/master: 7fed84f622ec2696087301199c2952b85e0cc3b4
2 changes: 1 addition & 1 deletion trunk/net/ipv4/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -1907,7 +1907,7 @@ static void rt_bind_exception(struct rtable *rt, struct fib_nh *nh, __be32 daddr
if (fnhe->fnhe_daddr == daddr) {
if (fnhe->fnhe_pmtu) {
unsigned long expires = fnhe->fnhe_expires;
unsigned long diff = jiffies - expires;
unsigned long diff = expires - jiffies;

if (time_before(jiffies, expires)) {
rt->rt_pmtu = fnhe->fnhe_pmtu;
Expand Down

0 comments on commit b9dab56

Please sign in to comment.