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/x25
Pavel Emelyanov b24b8a247f [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function
and  timer->data together with calling init_timer(timer). There
is already a helper for this. Use it for networking code.

The patch is HUGE, but makes the code 130 lines shorter
(98 insertions(+), 228 deletions(-)).

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-01-28 14:53:35 -08:00
..
Kconfig
Makefile
af_x25.c
sysctl_net_x25.c
x25_dev.c
x25_facilities.c
x25_forward.c
x25_in.c
x25_link.c [NET]: Convert init_timer into setup_timer 2008-01-28 14:53:35 -08:00
x25_out.c
x25_proc.c
x25_route.c
x25_subr.c
x25_timer.c [NET]: Convert init_timer into setup_timer 2008-01-28 14:53:35 -08:00