]> git.baikalelectronics.ru Git - kernel.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)
commitc93146d8c3056853980196e007342721f90ae361
treef8c83534f8241b09db9cc95245f594c123b11c70
parent08ecbe33d8ac88c203edeedf36d806a8eed09b76
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