|
@@ -1197,8 +1197,6 @@ static void tun_flow_init(struct tun_struct *tun)
|
|
|
|
|
|
tun->ageing_time = TUN_FLOW_EXPIRE;
|
|
|
setup_timer(&tun->flow_gc_timer, tun_flow_cleanup, (unsigned long)tun);
|
|
|
- mod_timer(&tun->flow_gc_timer,
|
|
|
- round_jiffies_up(jiffies + tun->ageing_time));
|
|
|
}
|
|
|
|
|
|
static void tun_flow_uninit(struct tun_struct *tun)
|