Re: [PATCH 6/9] [TCP]: Reorganize lost marking code
From: David Miller <davem@davemloft.net>
Date: 2007-05-31 08:43:49
From: David Miller <davem@davemloft.net>
Date: 2007-05-31 08:43:49
From: "Ilpo_Järvinen" <redacted> Date: Sat, 26 May 2007 11:35:59 +0300
From: =?ISO-8859-1?q?Ilpo_J=E4rvinen?= <redacted> The indentation started to get scary, so I reorganized code so that some trivial ifs are in tcp_update_scoreboard and the main loops remain in tcp_update_scoreboard_fack. It's much easier to view the actual changes with git-diff -w than from the messy looking (default) diff. Signed-off-by: Ilpo Järvinen <redacted>
Applied, thanks.