]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Use list_move() instead of list_del() + list_add().
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 18 Sep 2012 00:15:17 +0000 (10:15 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 18 Sep 2012 00:16:09 +0000 (10:16 +1000)
commit0201ddd88d73e61eb36b0b9b2e399272955fc90e
tree3460ca9a08ddde1c1780e7e25ac5625998390797
parentf061e143171b23e3d06008768b64d76ff0461cd2
Use list_move() instead of list_del() + list_add().

spatch with a semantic match was used to find this.
(http://coccinelle.lip6.fr/)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm-bufio.c