From: Akinobu Mita Date: Mon, 26 Jun 2006 07:24:46 +0000 (-0700) Subject: [PATCH] fs: use list_move() X-Git-Tag: v2.6.18-rc1~817 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f116629d03655adaf7832b93b03c99391d09d4a7;p=pandora-kernel.git [PATCH] fs: use list_move() This patch converts the combination of list_del(A) and list_add(A, B) to list_move(A, B) under fs/. Cc: Ian Kent Acked-by: Joel Becker Cc: Neil Brown Cc: Hans Reiser Cc: Urban Widmark Acked-by: David Howells Acked-by: Mark Fasheh Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed