From: Eric Dumazet Date: Wed, 26 Mar 2014 16:57:19 +0000 (-0700) Subject: tcp: tcp_make_synack() minor changes X-Git-Tag: v3.15-rc1~113^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0b8486caf4739c09eba651da49efba07c8b6433;p=pandora-kernel.git tcp: tcp_make_synack() minor changes There is no need to allocate 15 bytes in excess for a SYNACK packet, as it contains no data, only headers. SYNACK are always generated in softirq context, and contain a single segment, we can use TCP_INC_STATS_BH() Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed