From: Akinobu Mita Date: Mon, 26 Jun 2006 07:24:40 +0000 (-0700) Subject: [PATCH] core: use list_move() X-Git-Tag: v2.6.18-rc1~820 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bfba4e8ea0e555e3a0296051517d96253660ccc;p=pandora-kernel.git [PATCH] core: use list_move() This patch converts the combination of list_del(A) and list_add(A, B) to list_move(A, B). Cc: Greg Kroah-Hartman Cc: Ram Pai Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed