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