From: Wei Yongjun Date: Wed, 5 Sep 2012 06:38:03 +0000 (+0800) Subject: pnfsblock: use list_move_tail instead of list_del/list_add_tail X-Git-Tag: v3.7-rc1~58^2~34 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e266229dbb0782d91b75633322edd632794b86d;p=pandora-kernel.git pnfsblock: 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: Trond Myklebust --- Reading git-diff-tree failed