Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33689
b: refs/heads/master
c: 57f5f54
h: refs/heads/master
i:
  33687: 00d0446
v: v3
  • Loading branch information
Keir Fraser authored and David S. Miller committed Aug 30, 2006
1 parent 3f7c88f commit 5c4b847
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: fab2caf62ed03d83bd3a3598b859c3c345a8e8b5
refs/heads/master: 57f5f544f58ffa1d6c38630d0522c9c0be67c533
4 changes: 2 additions & 2 deletions trunk/net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,8 @@ ipv6_add_addr(struct inet6_dev *idev, const struct in6_addr *addr, int pfxlen,
ifa->flags = flags | IFA_F_TENTATIVE;
ifa->cstamp = ifa->tstamp = jiffies;

ifa->rt = rt;

ifa->idev = idev;
in6_dev_hold(idev);
/* For caller */
Expand All @@ -603,8 +605,6 @@ ipv6_add_addr(struct inet6_dev *idev, const struct in6_addr *addr, int pfxlen,
}
#endif

ifa->rt = rt;

in6_ifa_hold(ifa);
write_unlock(&idev->lock);
out2:
Expand Down

0 comments on commit 5c4b847

Please sign in to comment.