From: Lars Ellenberg Date: Wed, 26 Sep 2012 12:16:30 +0000 (+0200) Subject: drbd: use list_move_tail instead of list_del/list_add_tail X-Git-Tag: v3.8-rc1~78^2~18^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a506c13a4d1ec5e1f2f9bc0123dacb5d123004d3;p=pandora-kernel.git drbd: 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 Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed