* [PATCH] TCP build fix
@ 2005-11-11 9:43 Jeff Garzik
2005-11-11 18:41 ` Stephen Hemminger
2005-11-11 19:57 ` David S. Miller
0 siblings, 2 replies; 3+ messages in thread
From: Jeff Garzik @ 2005-11-11 9:43 UTC (permalink / raw)
To: Andrew Morton, Linus Torvalds, davem, shemminger; +Cc: linux-kernel, netdev
Recent TCP changes broke the build.
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
diff --git a/net/ipv4/tcp_vegas.c b/net/ipv4/tcp_vegas.c
index 4376814..b7d296a 100644
--- a/net/ipv4/tcp_vegas.c
+++ b/net/ipv4/tcp_vegas.c
@@ -236,7 +236,7 @@ static void tcp_vegas_cong_avoid(struct
/* 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;
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] TCP build fix
2005-11-11 9:43 [PATCH] TCP build fix Jeff Garzik
@ 2005-11-11 18:41 ` Stephen Hemminger
2005-11-11 19:57 ` David S. Miller
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Hemminger @ 2005-11-11 18:41 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Andrew Morton, Linus Torvalds, davem, linux-kernel, netdev
Jeff Garzik wrote:
>Recent TCP changes broke the build.
>
>Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
>
>diff --git a/net/ipv4/tcp_vegas.c b/net/ipv4/tcp_vegas.c
>index 4376814..b7d296a 100644
>--- a/net/ipv4/tcp_vegas.c
>+++ b/net/ipv4/tcp_vegas.c
>@@ -236,7 +236,7 @@ static void tcp_vegas_cong_avoid(struct
> /* 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;
>
>
>
Sorry, must have happened when juggling the test and release tree.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] TCP build fix
2005-11-11 9:43 [PATCH] TCP build fix Jeff Garzik
2005-11-11 18:41 ` Stephen Hemminger
@ 2005-11-11 19:57 ` David S. Miller
1 sibling, 0 replies; 3+ messages in thread
From: David S. Miller @ 2005-11-11 19:57 UTC (permalink / raw)
To: jgarzik; +Cc: akpm, torvalds, shemminger, linux-kernel, netdev
From: Jeff Garzik <jgarzik@pobox.com>
Date: Fri, 11 Nov 2005 04:43:47 -0500
> Recent TCP changes broke the build.
>
> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Thanks for catching this Jeff.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-11-11 19:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-11 9:43 [PATCH] TCP build fix Jeff Garzik
2005-11-11 18:41 ` Stephen Hemminger
2005-11-11 19:57 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).