[PATCH] net/rxrpc: use list_move()
authorAkinobu Mita <mita@miraclelinux.com>
Mon, 26 Jun 2006 07:24:40 +0000 (00:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:17 +0000 (09:58 -0700)
commita842ef297fd91b1b93f2aa5898d2efd19e95f6a5
treeee5c41d7588798a4970c308ad8a7b5d49f6b9c14
parent1bfba4e8ea0e555e3a0296051517d96253660ccc
[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 <dhowells@redhat.com>
Signed-off-by: Akinobu Mita <mita@miraclelinux.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
net/rxrpc/call.c
net/rxrpc/connection.c
net/rxrpc/krxsecd.c