commit | 54a27924237eeb9767135a423dea14a0d1b5954f | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Mon Sep 03 23:58:16 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 04 14:16:13 2012 -0400 |
tree | bd64976c76b3de2795a1aef1a68dbc5557c952cd | |
parent | 6e129d04de7adbd63e86293533688ce88b9b13d8 [diff] |
sctp: use list_move_tail instead of list_del/list_add_tail Using list_move_tail() instead of list_del() + list_add_tail(). spatch with a semantic match is used to found this problem. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: David S. Miller <davem@davemloft.net>