From: Ilpo Järvinen Date: Tue, 9 Oct 2007 08:24:15 +0000 (-0700) Subject: [TCP]: Make fackets_out accurate X-Git-Tag: v2.6.24-rc1~1454^2~409 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91fed7a15c9222af29a653ecb0ee72cff178fdd8;p=pandora-kernel.git [TCP]: Make fackets_out accurate Substraction for fackets_out is unconditional when snd_una advances, thus there's no need to do it inside the loop. Just make sure correct bounds are honored. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed