]> git.karo-electronics.de Git - karo-tx-linux.git/commit
vfs: use list_move instead of list_del/list_add
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 11 Mar 2013 16:10:50 +0000 (00:10 +0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 4 May 2013 19:43:02 +0000 (15:43 -0400)
commit9ed53b12a9a60f4d52228335e76cbbdf0c7e37fb
treef8c83534f8241b09db9cc95245f594c123b11c70
parent75fc0cf6af45e5de251caa9421b3c3d1bdc273c8
vfs: use list_move instead of list_del/list_add

Using list_move() instead of list_del() + list_add().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/dcache.c