Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341891
b: refs/heads/master
c: e3d8fab
h: refs/heads/master
i:
  341889: c3464e1
  341887: 37d4e48
v: v3
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Dec 7, 2012
1 parent deffb6a commit a10f862
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: b93196dc5af7729ff7cc50d3d322ab1a364aa14f
refs/heads/master: e3d8fabee3b66ce158b2603f270479b84b6e4ba7
2 changes: 1 addition & 1 deletion trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -4971,7 +4971,7 @@ int dev_set_mtu(struct net_device *dev, int new_mtu)
else
dev->mtu = new_mtu;

if (!err && dev->flags & IFF_UP)
if (!err)
call_netdevice_notifiers(NETDEV_CHANGEMTU, dev);
return err;
}
Expand Down

0 comments on commit a10f862

Please sign in to comment.