From: Wei Yongjun Date: Mon, 11 Mar 2013 16:10:50 +0000 (+0800) Subject: vfs: use list_move instead of list_del/list_add X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~43^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ed53b12a9a60f4d52228335e76cbbdf0c7e37fb;p=pandora-kernel.git vfs: use list_move instead of list_del/list_add Using list_move() instead of list_del() + list_add(). Signed-off-by: Wei Yongjun Signed-off-by: Al Viro --- Reading git-diff-tree failed