]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit42eb90b7ea6379ed0b1379723fdf9ce184b7f9bd
treee4aaf71051f87a6cf82c253305329aef6ee316c2
parent7cf6ccabc310a03a420655f11d574680ef123d62
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