commit | 54499afbb80e44ae5511984486b4b33d6229fceb | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Fri Oct 12 16:59:44 2012 +0100 |
committer | Alasdair G Kergon <agk@redhat.com> | Fri Oct 12 16:59:44 2012 +0100 |
tree | f6a6f02a5f7b7b6666390d024eee256785899313 | |
parent | a71a261f5c39685698f7f1970dc7046b36e132d1 [diff] |
dm bufio: use list_move 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>