missed cong_avoid() instance

Removal of rtt argument in ->cong_avoid() had missed tcp_htcp.c
instance.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Al Viro and committed by Linus Torvalds c65c5131 721e2629

+1 -1
+1 -1
net/ipv4/tcp_htcp.c
··· 225 return max((tp->snd_cwnd * ca->beta) >> 7, 2U); 226 } 227 228 - static void htcp_cong_avoid(struct sock *sk, u32 ack, s32 rtt, 229 u32 in_flight, int data_acked) 230 { 231 struct tcp_sock *tp = tcp_sk(sk);
··· 225 return max((tp->snd_cwnd * ca->beta) >> 7, 2U); 226 } 227 228 + static void htcp_cong_avoid(struct sock *sk, u32 ack, 229 u32 in_flight, int data_acked) 230 { 231 struct tcp_sock *tp = tcp_sk(sk);