lkml.org 
[lkml]   [2004]   [Oct]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] tcp_output.c: tcp_set_skb_tso_factor ---> tcp_set_skb_tso_segs [Was: Re: Linux 2.6.9-rc4 - pls test (and no more patches)]
On Tue, Oct 12, 2004 at 10:05:37AM +0200, Matthias Andree wrote:
> On Sun, 10 Oct 2004, Linus Torvalds wrote:
>
> > trying to make ready for the real 2.6.9 in a week or so, so please give
> > this a beating, and if you have pending patches, please hold on to them
> > for a bit longer, until after the 2.6.9 release. It would be good to have
> > a 2.6.9 that doesn't need a dot-release immediately ;)
>
> How about Marcelo's policy that the -final version should differ from
> the last -rc only in the Makefile VERSION and nothing else (well,
> documentation perhaps if someone else has proofread it).
>
> Would you be ready to have the last -rc out for, say, five days, before
> releasing the official, final, blessed, however 2.6.9, in order to catch
> the showstoppers?

Like this one? 2.6.9-rc4 does not build with
gcc-2.95.3 + binutils-2.15.92.0.2.

Signed-Off-By: Sami Farin <7atbggg02@sneakemail.com>

--- linux/net/ipv4/tcp_output.c.bak 2004-10-11 18:24:06.000000000 +0300
+++ linux/net/ipv4/tcp_output.c 2004-10-11 22:12:32.000000000 +0300
@@ -445,7 +445,7 @@ void tcp_set_skb_tso_segs(struct sk_buff
skb_shinfo(skb)->tso_size = mss_std;
}
}
-EXPORT_SYMBOL_GPL(tcp_set_skb_tso_factor);
+EXPORT_SYMBOL_GPL(tcp_set_skb_tso_segs);

/* Function to create two new TCP segments. Shrinks the given segment
* to the specified size and appends a new segment with the rest of the
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:06    [W:1.149 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site