From: Wei Yongjun Date: Thu, 6 Sep 2012 07:33:09 +0000 (+0800) Subject: JFS: use list_move instead of list_del/list_add X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~26^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=550d6da288df57f154ca27c4acb1c398ced42ea9;p=pandora-kernel.git JFS: use list_move instead of list_del/list_add Using list_move() instead of list_del() + list_add(). spatch with a semantic match is used to found this problem. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun Signed-off-by: Dave Kleikamp --- Reading git-diff-tree failed