From: Ilpo Järvinen Date: Mon, 3 Mar 2008 20:10:16 +0000 (-0800) Subject: [TCP]: Must count fack_count also when skipping X-Git-Tag: v2.6.25-rc4~2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d152a7d88ab4134a895f91a9e00f70d118696039;p=pandora-kernel.git [TCP]: Must count fack_count also when skipping It makes fackets_out to grow too slowly compared with the real write queue. This shouldn't cause those BUG_TRAP(packets <= tp->packets_out) to trigger but how knows how such inconsistent fackets_out affects here and there around TCP when everything is nowadays assuming accurate fackets_out. So lets see if this silences them all. Reported by Guillaume Chazarain . Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed