Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78385
b: refs/heads/master
c: 64b7d96
h: refs/heads/master
i:
  78383: f0d870e
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jan 28, 2008
1 parent f6fcd34 commit cc30bf7
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: 005011211f559113686938c2c252b8ee1ab855b5
refs/heads/master: 64b7d96167977850f4a24e52dd0a76b03c6542cf
2 changes: 1 addition & 1 deletion trunk/net/core/dst.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ static inline void dst_ifdown(struct dst_entry *dst, struct net_device *dev,
dev_put(dev);
if (dst->neighbour && dst->neighbour->dev == dev) {
dst->neighbour->dev = dst->dev;
dev_hold(dst->dev);
dev_put(dev);
dev_hold(dst->neighbour->dev);
}
}
}
Expand Down

0 comments on commit cc30bf7

Please sign in to comment.