tcp: reduce tcp_fastretrans_alert() verbosity
commit418894c12113d82f4a133a99df77c52fefa7f6cb
authorEric Dumazet <edumazet@google.com>
Fri, 6 Oct 2017 05:21:25 +0000 (5 22:21 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jun 2019 17:53:32 +0000 (17 19:53 +0200)
tree753dd94dc5cdeb42e5479651df5ae1cf7d27b751
parent3ffb2407c545c389a872c3eb12e09eab34432b12
tcp: reduce tcp_fastretrans_alert() verbosity

commit 8ba6ddaaf86c4c6814774e4e4ef158b732bd9f9f upstream.

With upcoming rb-tree implementation, the checks will trigger
more often, and this is expected.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: Amit Shah <amit@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ipv4/tcp_input.c