Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194034
b: refs/heads/master
c: 8595805
h: refs/heads/master
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Apr 13, 2010
1 parent ee05006 commit 215d927
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: d1f84c63a465d6ba16955930519b7f68c550cae1
refs/heads/master: 8595805aafc8b077e01804c9a3668e9aa3510e89
4 changes: 3 additions & 1 deletion trunk/net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2715,7 +2715,9 @@ static int addrconf_ifdown(struct net_device *dev, int how)
}

__ipv6_ifa_notify(RTM_DELADDR, ifa);
atomic_notifier_call_chain(&inet6addr_chain, NETDEV_DOWN, ifa);
if (ifa->dead)
atomic_notifier_call_chain(&inet6addr_chain,
NETDEV_DOWN, ifa);
in6_ifa_put(ifa);

write_lock_bh(&idev->lock);
Expand Down

0 comments on commit 215d927

Please sign in to comment.