net: ipv6: use list_move instead of list_del/list_add
authorWei Yongjun <weiyj.lk@gmail.com>
Thu, 28 Jul 2016 16:19:03 +0000 (16:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 31 Jul 2016 03:41:59 +0000 (20:41 -0700)
commitc882219ae43ed8d2a06583d24d2ed42d09ca93cf
treee4aaf71051f87a6cf82c253305329aef6ee316c2
parent8d09e6b8b9c9969ac59496dc21e10b67fe727e7e
net: ipv6: use list_move instead of list_del/list_add

Using list_move() instead of list_del() + list_add().

Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c