]> Git Repo - linux.git/commitdiff
[PATCH] TCP: fix vegas build
authorJeff Garzik <[email protected]>
Fri, 11 Nov 2005 09:43:47 +0000 (04:43 -0500)
committerLinus Torvalds <[email protected]>
Fri, 11 Nov 2005 17:21:28 +0000 (09:21 -0800)
Recent TCP changes broke the build.

Signed-off-by: Jeff Garzik <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
net/ipv4/tcp_vegas.c

index 4376814d29fb2072fff59f7b968d6ab24f430f1b..b7d296a8ac6d2366e2470607d579ef1bac5cc3ab 100644 (file)
@@ -236,7 +236,7 @@ static void tcp_vegas_cong_avoid(struct sock *sk, u32 ack,
                        /* We don't have enough RTT samples to do the Vegas
                         * calculation, so we'll behave like Reno.
                         */
-                       tcp_reno_cong_avoid(sk, ack, seq_rtt, in_flight, cnt);
+                       tcp_reno_cong_avoid(sk, ack, seq_rtt, in_flight, flag);
                } else {
                        u32 rtt, target_cwnd, diff;
 
This page took 0.052034 seconds and 4 git commands to generate.