mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] missed cong_avoid() instance
@ 2007-07-19 23:17 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2007-07-19 23:17 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: davem, linux-kernel

	Removal of rtt argument in ->cong_avoid() had missed tcp_htcp.c
instance.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
diff --git a/net/ipv4/tcp_htcp.c b/net/ipv4/tcp_htcp.c
index 632c05a..08a02e6 100644
--- a/net/ipv4/tcp_htcp.c
+++ b/net/ipv4/tcp_htcp.c
@@ -225,7 +225,7 @@ static u32 htcp_recalc_ssthresh(struct sock *sk)
 	return max((tp->snd_cwnd * ca->beta) >> 7, 2U);
 }
 
-static void htcp_cong_avoid(struct sock *sk, u32 ack, s32 rtt,
+static void htcp_cong_avoid(struct sock *sk, u32 ack,
 			    u32 in_flight, int data_acked)
 {
 	struct tcp_sock *tp = tcp_sk(sk);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-07-19 23:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-19 23:17 [PATCH] missed cong_avoid() instance Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®