Re: [2.6 patch] unexport sysctl_tcp_tso_win_divisor

2008-01-30 Thread Ilpo Järvinen
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 <[EMAIL PROTECTED]> > > --- > 4884e7997ba5f63f2efeaeead21ed2768fb3f4de > diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c > index

[2.6 patch] unexport sysctl_tcp_tso_win_divisor

2008-01-30 Thread Adrian Bunk
This patch removes the no longer used EXPORT_SYMBOL(sysctl_tcp_tso_win_divisor). Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 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