skbuff: use __build_skb_around() in __alloc_skb()
authorAlexander Lobakin <alobakin@pm.me>
Sat, 13 Feb 2021 14:11:50 +0000 (14:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Feb 2021 22:32:03 +0000 (14:32 -0800)
commitf9d6725bf44a5b9412b5da07e3467100fe2af236
tree4ee3cbe73c8d113d139c857790dad86a2216855e
parentdf1ae022af2cd79f7ad3c65d95369d4649feea52
skbuff: use __build_skb_around() in __alloc_skb()

Just call __build_skb_around() instead of open-coding it.

Signed-off-by: Alexander Lobakin <alobakin@pm.me>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c