Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106337
b: refs/heads/master
c: 6c3b8fc
h: refs/heads/master
i:
  106335: eef3782
v: v3
  • Loading branch information
Hugh Dickins authored and David S. Miller committed Jul 27, 2008
1 parent 1dd50b9 commit e627969
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: 6c64825bf40ecc1b01610762ca736b18c8a9db92
refs/heads/master: 6c3b8fc618905d7599dcc514c99ce4293d476f39
2 changes: 1 addition & 1 deletion trunk/net/ipv4/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ unsigned short ip_rt_frag_needed(struct net *net, struct iphdr *iph,
rth->fl.iif != 0 ||
dst_metric_locked(&rth->u.dst, RTAX_MTU) ||
!net_eq(dev_net(rth->u.dst.dev), net) ||
!rt_is_expired(rth))
rt_is_expired(rth))
continue;

if (new_mtu < 68 || new_mtu >= old_mtu) {
Expand Down

0 comments on commit e627969

Please sign in to comment.