mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 04:41:26 +00:00
[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>
This commit is contained in:
parent
6b1de9161e
commit
bd6af700a7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user