From: Ilpo Järvinen Date: Wed, 16 Apr 2008 03:36:55 +0000 (-0700) Subject: [TCP]: Remove superflushious skb == write_queue_tail() check X-Git-Tag: v2.6.26-rc1~1138^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17515408a15fa51c553e67c415502e785145cd7f;p=pandora-kernel.git [TCP]: Remove superflushious skb == write_queue_tail() check Needed can only be more strict than what was checked by the earlier common case check for non-tail skbs, thus cwnd_len <= needed will never match in that case anyway. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed