Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315519
b: refs/heads/master
c: f31fd38
h: refs/heads/master
i:
  315517: 9ac4036
  315515: 04ce92d
  315511: 59c688a
  315503: dbbf622
  315487: c6c313b
  315455: 34addd7
  315391: 759ec0d
v: v3
  • Loading branch information
Julian Anastasov authored and David S. Miller committed Jul 19, 2012
1 parent 0586075 commit c63b886
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: abaa72d7fd9a20a67b62e6afa0e746e27851dc33
refs/heads/master: f31fd383821555cbd77ee83e17837f7060825395
2 changes: 1 addition & 1 deletion trunk/net/ipv4/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -1926,7 +1926,7 @@ static void rt_bind_exception(struct rtable *rt, struct fib_nh *nh, __be32 daddr
if (daddr != fnhe_daddr)
continue;
if (pmtu) {
unsigned long diff = jiffies - expires;
unsigned long diff = expires - jiffies;

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

0 comments on commit c63b886

Please sign in to comment.