Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119099
b: refs/heads/master
c: 5f9021c
h: refs/heads/master
i:
  119097: 9772310
  119095: eaa96b3
v: v3
  • Loading branch information
Johannes Berg authored and David S. Miller committed Nov 17, 2008
1 parent 9db428b commit 5225938
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 584c650b4e6fa16f9ab45d382f86ad6d9c625227
refs/heads/master: 5f9021cfdc3524a4c5e3d7ae2d049eb7adcd6776
4 changes: 3 additions & 1 deletion trunk/net/core/rtnetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,9 @@ static int do_setlink(struct net_device *dev, struct ifinfomsg *ifm,
if (ifm->ifi_change)
flags = (flags & ifm->ifi_change) |
(dev->flags & ~ifm->ifi_change);
dev_change_flags(dev, flags);
err = dev_change_flags(dev, flags);
if (err < 0)
goto errout;
}

if (tb[IFLA_TXQLEN])
Expand Down

0 comments on commit 5225938

Please sign in to comment.