From: Herbert Xu Date: Sun, 11 Sep 2005 00:19:09 +0000 (-0700) Subject: [TCP]: Fix double adjustment of tp->{lost,left}_out in tcp_fragment(). X-Git-Tag: v2.6.14-rc1~125^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e130af5dab2abbf01c5d92ec5ac05912cf3d9aa7;p=pandora-kernel.git [TCP]: Fix double adjustment of tp->{lost,left}_out in tcp_fragment(). There is an extra left_out/lost_out adjustment in tcp_fragment which means that the lost_out accounting is always wrong. This patch removes that chunk of code. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed