linux-stable/net/802
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
..
Makefile [PATCH] tiny: Trim non-IPX builds 2006-01-08 20:14:10 -08:00
fc.c [NET]: Move hardware header operations out of netdevice. 2007-10-10 16:52:52 -07:00
fddi.c [NET]: Move hardware header operations out of netdevice. 2007-10-10 16:52:52 -07:00
hippi.c [NET]: Move hardware header operations out of netdevice. 2007-10-10 16:52:52 -07:00
p8022.c [LLC]: Use refcounting with struct llc_sap 2005-09-22 04:43:05 -03:00
p8023.c [NET]: Wrap netdevice hardware header creation. 2007-10-10 16:52:50 -07:00
psnap.c [SNAP]: Check packet length before reading 2007-08-21 20:58:13 -07:00
sysctl_net_802.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
tr.c [NET]: Convert init_timer into setup_timer 2008-01-28 14:53:35 -08:00