commit | 3d1e5039f5f87a8731202ceca08764ee7cb010d3 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon Nov 04 07:57:55 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 04 11:36:31 2019 -0800 |
tree | a843882712da9b81260803cf1ff7276230bb3b48 | |
parent | c43eab3eddb4c6742ac20138659a9b701822b274 [diff] |
dccp: do not leak jiffies on the wire For some reason I missed the case of DCCP passive flows in my previous patch. Fixes: a904a0693c18 ("inet: stop leaking jiffies on the wire") Signed-off-by: Eric Dumazet <edumazet@google.com> Reported-by: Thiemo Nagel <tnagel@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>