--- dst.c 2004-01-19 16:16:41.323996968 -0800 +++ dst.c.patched 2004-01-19 16:16:31.188537792 -0800 @@ -40,7 +40,7 @@ static void ___dst_free(struct dst_entry * dst); static struct timer_list dst_gc_timer = - TIMER_INITIALIZER(dst_run_gc, 0, DST_GC_MIN); + TIMER_INITIALIZER(dst_run_gc, DST_GC_MIN, 0); static void dst_run_gc(unsigned long dummy) {