netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] unexport sysctl_tcp_tso_win_divisor
@ 2008-01-30 20:02 Adrian Bunk
  2008-01-30 21:05 ` Ilpo Järvinen
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2008-01-30 20:02 UTC (permalink / raw)
  To: Ilpo Järvinen, David S. Miller; +Cc: netdev

This patch removes the no longer used 
EXPORT_SYMBOL(sysctl_tcp_tso_win_divisor).

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
4884e7997ba5f63f2efeaeead21ed2768fb3f4de 
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c
index 89f0188..ed750f9 100644
--- a/net/ipv4/tcp_output.c
+++ b/net/ipv4/tcp_output.c
@@ -2564,5 +2564,4 @@ EXPORT_SYMBOL(tcp_connect);
 EXPORT_SYMBOL(tcp_make_synack);
 EXPORT_SYMBOL(tcp_simple_retransmit);
 EXPORT_SYMBOL(tcp_sync_mss);
-EXPORT_SYMBOL(sysctl_tcp_tso_win_divisor);
 EXPORT_SYMBOL(tcp_mtup_init);


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [2.6 patch] unexport sysctl_tcp_tso_win_divisor
  2008-01-30 20:02 [2.6 patch] unexport sysctl_tcp_tso_win_divisor Adrian Bunk
@ 2008-01-30 21:05 ` Ilpo Järvinen
  0 siblings, 0 replies; 2+ messages in thread
From: Ilpo Järvinen @ 2008-01-30 21:05 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: David S. Miller, Netdev

[-- Attachment #1: Type: TEXT/PLAIN, Size: 763 bytes --]

On Wed, 30 Jan 2008, Adrian Bunk wrote:

> This patch removes the no longer used 
> EXPORT_SYMBOL(sysctl_tcp_tso_win_divisor).
> 
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
>
> ---
> 4884e7997ba5f63f2efeaeead21ed2768fb3f4de 
> diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c
> index 89f0188..ed750f9 100644
> --- a/net/ipv4/tcp_output.c
> +++ b/net/ipv4/tcp_output.c
> @@ -2564,5 +2564,4 @@ EXPORT_SYMBOL(tcp_connect);
>  EXPORT_SYMBOL(tcp_make_synack);
>  EXPORT_SYMBOL(tcp_simple_retransmit);
>  EXPORT_SYMBOL(tcp_sync_mss);
> -EXPORT_SYMBOL(sysctl_tcp_tso_win_divisor);
>  EXPORT_SYMBOL(tcp_mtup_init);

...yes, results from the recent move of tcp_is_cwnd_limited() away from 
tcp.h.

Acked-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>

-- 
 i.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-30 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-30 20:02 [2.6 patch] unexport sysctl_tcp_tso_win_divisor Adrian Bunk
2008-01-30 21:05 ` Ilpo Järvinen

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).