Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information