]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: do not pass timestamp to tcp_fastretrans_alert()
authorEric Dumazet <edumazet@google.com>
Tue, 25 Apr 2017 17:15:36 +0000 (10:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Apr 2017 18:44:38 +0000 (14:44 -0400)
commit994691aab4fb736bd0790b24cdc4f8559e9542ed
tree798e9bb5976cbe479e84fb3b2410e07b6626b462
parent582d2261d2f332f66159bf1ef7b799d152a8c49c
tcp: do not pass timestamp to tcp_fastretrans_alert()

Not used anymore now 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>
net/ipv4/tcp_input.c