From 550d6da288df57f154ca27c4acb1c398ced42ea9 Mon Sep 17 00:00:00 2001 From: Wei Yongjun Date: Thu, 6 Sep 2012 15:33:09 +0800 Subject: [PATCH] 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-format-patch failed