commit | ee74d9967b829232723939cb7c9b100b29f6ec98 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Oct 20 11:29:57 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 22 03:13:19 2017 +0100 |
tree | 6d81457c99f041698851601e7d00ef8df9b65ccd | |
parent | 81d98fa4df3d1683b3ef21e8a7a0ccac7874f0de [diff] |
tun: do not arm flow_gc_timer in tun_flow_init() Timer is properly armed on demand from tun_flow_update(), so there is no need to arm it at tun init. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>