Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33313
b: refs/heads/master
c: 06aebfb
h: refs/heads/master
i:
  33311: 1a11e57
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Aug 9, 2006
1 parent 5224500 commit 23ecff6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 79860a9a79a17f1bed0713680a3995467405ba49
refs/heads/master: 06aebfb7faa13258af5230ff3d1587ece6c0250e
4 changes: 2 additions & 2 deletions trunk/net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1909,11 +1909,11 @@ static int inet6_addr_add(int ifindex, struct in6_addr *pfx, int plen,
ifp = ipv6_add_addr(idev, pfx, plen, scope, ifa_flags);

if (!IS_ERR(ifp)) {
spin_lock(&ifp->lock);
spin_lock_bh(&ifp->lock);
ifp->valid_lft = valid_lft;
ifp->prefered_lft = prefered_lft;
ifp->tstamp = jiffies;
spin_unlock(&ifp->lock);
spin_unlock_bh(&ifp->lock);

addrconf_dad_start(ifp, 0);
in6_ifa_put(ifp);
Expand Down

0 comments on commit 23ecff6

Please sign in to comment.