Skip to content
Commit f44b5271 authored by David S. Miller's avatar David S. Miller
Browse files

[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: default avatarDavid S. Miller <davem@davemloft.net>
parent 84d3e7b9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment