Re: [PATCH] [TCP]: Separate lost_retrans loop into own function

2007-10-10 Thread David Miller
From: "Ilpo_Järvinen" <[EMAIL PROTECTED]> Date: Tue, 9 Oct 2007 15:20:00 +0300 > Follows own function for each task principle, this is really > somewhat separate task being done in sacktag. Also reduces > indentation. > > In addition, added ack_seq local var to break some long > lines & fixed co

[PATCH] [TCP]: Separate lost_retrans loop into own function

2007-10-09 Thread Ilpo Järvinen
Follows own function for each task principle, this is really somewhat separate task being done in sacktag. Also reduces indentation. In addition, added ack_seq local var to break some long lines & fixed coding style things. Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> --- net/ipv4/tcp_input.