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

Not used anymore now tp->tcp_mstamp holds the information.

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>
net/ipv4/tcp_input.c