linux-kernel-test/drivers/target/sbp
Wei Yongjun bf11eefcb1 target: 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: Nicholas Bellinger <nab@linux-iscsi.org>
2012-09-17 17:13:36 -07:00
..
Kconfig
Makefile
sbp_target.c target: use list_move_tail instead of list_del/list_add_tail 2012-09-17 17:13:36 -07:00
sbp_target.h