Re: [PATCH 06/10] [TCP]: Prior_fackets can be replaced by highest_sack seq

2007-11-15 Thread David Miller
From: "Ilpo_Järvinen" <[EMAIL PROTECTED]> Date: Thu, 15 Nov 2007 15:37:30 +0200 > Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> Every simplification like this is like one less potential bug to fix :-) Patch applied to net-2.6.25, thanks! - To unsubscribe from this list: send the line "unsubsc

[PATCH 06/10] [TCP]: Prior_fackets can be replaced by highest_sack seq

2007-11-15 Thread Ilpo Järvinen
Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> --- net/ipv4/tcp_input.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index b7af304..29fff81 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c @@ -1251,7 +1251,6