Re: [PATCH] [TCP]: high_seq parameter removed (all callers use tp->high_seq)

2007-10-15 Thread David Miller
From: "Ilpo_Järvinen" <[EMAIL PROTECTED]> Date: Fri, 12 Oct 2007 17:02:18 +0300 (EEST) > > Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> > --- > > Compile tested with 2.6.23 as current Linus' tree provides an > hilarious building failure to our net-2.6 sandbox... :-) Applied, thanks :-) - To

[PATCH] [TCP]: high_seq parameter removed (all callers use tp->high_seq)

2007-10-12 Thread Ilpo Järvinen
Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> --- Compile tested with 2.6.23 as current Linus' tree provides an hilarious building failure to our net-2.6 sandbox... :-) net/ipv4/tcp_input.c | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/net/ipv4/tcp_input.