projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df33454
)
ipv6: Preserve pervious behavior in ipv6_link_dev_addr().
author
David S. Miller
<davem@davemloft.net>
Fri, 26 Mar 2010 04:25:30 +0000
(21:25 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 26 Mar 2010 04:25:30 +0000
(21:25 -0700)
Use list_add_tail() to get the behavior we had before
the list_head conversion for ipv6 address lists.
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv6/addrconf.c
b/net/ipv6/addrconf.c
index 68e5809a2153095b9d7d3ae2c16286c6554b125f..9995683447212a70c2cfc392011275e772ffa6dc 100644
(file)
--- a/
net/ipv6/addrconf.c
+++ b/
net/ipv6/addrconf.c
@@
-578,7
+578,7
@@
ipv6_link_dev_addr(struct inet6_dev *idev, struct inet6_ifaddr *ifp)
break;
}
- list_add(&ifp->if_list, p);
+ list_add
_tail
(&ifp->if_list, p);
}
static u32 ipv6_addr_hash(const struct in6_addr *addr)