[TCP]: Add missing skb_header_release() call to tcp_fragment().
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2005 22:18:34 +0000 (15:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2005 22:18:34 +0000 (15:18 -0700)
commitf44b527177d57ed382bfd93e1b55232465f6d058
treecf10d1ed522c4aeb8c1cc523dd0591d7547bfd1f
parent84d3e7b9573291a1ea845bdd51b74bb484597661
[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 <davem@davemloft.net>
net/ipv4/tcp_output.c