]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tcp: do not pass timestamp to tcp_rack_advance()
authorEric Dumazet <edumazet@google.com>
Tue, 25 Apr 2017 17:15:38 +0000 (10:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Apr 2017 18:44:38 +0000 (14:44 -0400)
commitd2329f102d846214e449941289c7009e16be01a0
treeeeea1c39b9e5f0e003bd6715a2c97ea37a07a80c
parent88d5c65098e5d15f2cea81f90bb6ecc167e1aa3b
tcp: do not pass timestamp to tcp_rack_advance()

No longer needed, since tp->tcp_mstamp holds the information.

This is needed to remove sack_state.ack_time in a following patch.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_input.c
net/ipv4/tcp_recovery.c