From: Eric Dumazet Date: Sat, 13 Apr 2013 03:22:08 +0000 (+0000) Subject: tcp: tcp_tso_segment() small optimization X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bece1b9708434b6fb90b029affc228fc21688404;p=pandora-kernel.git tcp: tcp_tso_segment() small optimization We can move th->check computation out of the loop, as compiler doesn't know each skb initially share same tcp headers after skb_segment() Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed