patch-2.3.99-pre7 linux/net/core/dst.c

Next file: linux/net/decnet/dn_route.c
Previous file: linux/net/core/dev.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre6/linux/net/core/dst.c linux/net/core/dst.c
@@ -37,7 +37,7 @@
 static void dst_run_gc(unsigned long);
 
 static struct timer_list dst_gc_timer =
-	{ NULL, NULL, DST_GC_MIN, 0L, dst_run_gc };
+	{ data: DST_GC_MIN, function: dst_run_gc };
 
 
 static void dst_run_gc(unsigned long dummy)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)