From: David S. Miller Date: Tue, 5 Jul 2005 22:18:34 +0000 (-0700) Subject: [TCP]: Add missing skb_header_release() call to tcp_fragment(). X-Git-Tag: v2.6.13-rc2~6^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f44b527177d57ed382bfd93e1b55232465f6d058;p=pandora-kernel.git [TCP]: Add missing skb_header_release() call to tcp_fragment(). When we add any new packet to the TCP socket write queue, we must call skb_header_release() on it in order for the TSO sharing checks in the drivers to work. Signed-off-by: David S. Miller --- Reading git-diff-tree failed