From: Stephen Hemminger <shemminger@osdl.org>
Date: Thu, 17 Nov 2005 22:11:18 +0000 (-0800)
Subject: [TCP]: TCP highspeed build error
X-Git-Tag: v2.6.15-rc2~39^2~4
X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=bd6af700a7191f483f41706467033588f28c8877;p=linux-2.6-omap-h63xx.git

[TCP]: TCP highspeed build error

There is a compile error that crept in with the last patch of
TCP patches.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
---

diff --git a/net/ipv4/tcp_highspeed.c b/net/ipv4/tcp_highspeed.c
index 82b3c189bd7..63cf7e54084 100644
--- a/net/ipv4/tcp_highspeed.c
+++ b/net/ipv4/tcp_highspeed.c
@@ -111,7 +111,7 @@ static void hstcp_init(struct sock *sk)
 }
 
 static void hstcp_cong_avoid(struct sock *sk, u32 adk, u32 rtt,
-			     u32 in_flight, u32 pkts_acked)
+			     u32 in_flight, int data_acked)
 {
 	struct tcp_sock *tp = tcp_sk(sk);
 	struct hstcp *ca = inet_csk_ca(sk);