Skip to content

Commit

Permalink
[TCP]: TCP highspeed build error
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Nov 17, 2005
1 parent 6b1de91 commit bd6af70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/tcp_highspeed.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bd6af70

Please sign in to comment.