From: David S. Miller Date: Tue, 5 Jul 2005 22:20:55 +0000 (-0700) Subject: [TCP]: Do not call tcp_tso_acked() if no work to do. X-Git-Tag: v2.6.13-rc2~6^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb83199a29dc0408423d6df432f28cc67fcadaf4;p=pandora-kernel.git [TCP]: Do not call tcp_tso_acked() if no work to do. In tcp_clean_rtx_queue(), if the TSO packet is not even partially acked, do not waste time calling tcp_tso_acked(). Signed-off-by: David S. Miller --- Reading git-diff-tree failed