commit | 06dc75ab06943fcc126a951a0680980ad5cb75c6 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon Jul 17 18:56:54 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 17 10:34:21 2017 -0700 |
tree | 8b089c5ec362f72d53125ee5c2145606ab141a6a | |
parent | 5c3c6081b246b05ee5bb2fc1759a7c0c6a0b7c3b [diff] |
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: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>