]> git.karo-electronics.de Git - karo-tx-linux.git/commit
JFS: use list_move instead of list_del/list_add
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 6 Sep 2012 07:33:09 +0000 (15:33 +0800)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Fri, 14 Sep 2012 21:08:16 +0000 (16:08 -0500)
commitf78e356f954755e84da47d68f9324316288e7d8d
tree6d92d7d38e2c38b125ece919e9a8e797b5912f70
parent11421fb716958c67f0b69c99924c99985a015ec7
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 <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
fs/jfs/jfs_txnmgr.c