pkt_sched: fq: clear time_next_packet for reused flows
authorEric Dumazet <edumazet@google.com>
Sun, 27 Oct 2013 23:26:43 +0000 (16:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Oct 2013 04:18:31 +0000 (00:18 -0400)
When a socket is freed/reallocated, we need to clear time_next_packet
or else we can inherit a prior value and delay first packets of the
new flow.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found