dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/rxrpc
Akinobu Mita a842ef297f [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>
2006-06-26 09:58:17 -07:00
..
Makefile
call.c [PATCH] net/rxrpc: use list_move() 2006-06-26 09:58:17 -07:00
connection.c [PATCH] net/rxrpc: use list_move() 2006-06-26 09:58:17 -07:00
internal.h
krxiod.c
krxsecd.c [PATCH] net/rxrpc: use list_move() 2006-06-26 09:58:17 -07:00
krxtimod.c
main.c
peer.c
proc.c
rxrpc_syms.c
sysctl.c
transport.c