missed cong_avoid() instance
authorAl Viro <[email protected]>
Thu, 19 Jul 2007 23:17:45 +0000 (00:17 +0100)
committerLinus Torvalds <[email protected]>
Thu, 19 Jul 2007 23:29:55 +0000 (16:29 -0700)
Removal of rtt argument in ->cong_avoid() had missed tcp_htcp.c
instance.

Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
net/ipv4/tcp_htcp.c

index 632c05a75883da2c6c15f25b20d0a908a49c1980..08a02e6045c9c17733dbdac5c4873ce242bec9c5 100644 (file)
@@ -225,7 +225,7 @@ static u32 htcp_recalc_ssthresh(struct sock *sk)
        return max((tp->snd_cwnd * ca->beta) >> 7, 2U);
 }
 
-static void htcp_cong_avoid(struct sock *sk, u32 ack, s32 rtt,
+static void htcp_cong_avoid(struct sock *sk, u32 ack,
                            u32 in_flight, int data_acked)
 {
        struct tcp_sock *tp = tcp_sk(sk);