[PATCH] TCP highspeed build error

2005-11-17 Thread Stephen Hemminger
There is a compile error that crept in with the last patch of TCP patches. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- tcp-2.6.orig/net/ipv4/tcp_highspeed.c +++ tcp-2.6/net/ipv4/tcp_highspeed.c @@ -111,7 +111,7 @@ static void hstcp_init(struct sock *sk) } static void

Re: [PATCH] TCP highspeed build error

2005-11-17 Thread David S. Miller
From: Stephen Hemminger [EMAIL PROTECTED] Date: Thu, 17 Nov 2005 13:01:01 -0800 There is a compile error that crept in with the last patch of TCP patches. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] There is no use of pkts_acked nor data_acked in that hstcp_cong_avoid() function, so