mirror of
https://github.com/torvalds/linux.git
synced 2026-04-20 15:53:59 -04:00
With debug turned on the debug print would access the skb after it is freed. Fix it to free the skb after the debug print. Signed-off-by: Karen Xie <kxie@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>