Skip to content
Commit 06dc75ab authored by Florian Westphal's avatar Florian Westphal Committed by David S. Miller
Browse files

net: Revert "net: add function to allocate sk_buff head without data area"



It was added for netlink mmap tx, there are no callers in the tree.
The commit also added a check for skb->head != NULL in kfree_skb path,
remove that too -- all skbs ought to have skb->head set.

Signed-off-by: default avatarFlorian Westphal <fw@strlen.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5c3c6081
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment