Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349202
b: refs/heads/master
c: 38d523e
h: refs/heads/master
v: v3
  • Loading branch information
Steffen Klassert authored and David S. Miller committed Jan 17, 2013
1 parent ab5a3ee commit 2d26c0a
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: 7efdba5bd9a2f3e2059beeb45c9fa55eefe1bced
refs/heads/master: 38d523e2948162776903349c89d65f7b9370dadb
2 changes: 1 addition & 1 deletion trunk/net/ipv4/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ static unsigned int ipv4_mtu(const struct dst_entry *dst)
if (!mtu || time_after_eq(jiffies, rt->dst.expires))
mtu = dst_metric_raw(dst, RTAX_MTU);

if (mtu && rt_is_output_route(rt))
if (mtu)
return mtu;

mtu = dst->dev->mtu;
Expand Down

0 comments on commit 2d26c0a

Please sign in to comment.