]> git.itanic.dy.fi Git - linux-stable/commit
net: skb: move skb_pp_recycle() to skbuff.c
authorYunsheng Lin <linyunsheng@huawei.com>
Fri, 21 Oct 2022 02:58:22 +0000 (10:58 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Oct 2022 12:03:43 +0000 (13:03 +0100)
commit4727bab4e9bbeafeff6acdfcb077a7a548cbde30
tree81e6f0ad80f05b57f87b507980207ecf5f4a5f97
parent127b7218bfdd60205cfe2fa3f06d95e85a2650ed
net: skb: move skb_pp_recycle() to skbuff.c

skb_pp_recycle() is only used by skb_free_head() in
skbuff.c, so move it to skbuff.c.

Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
net/core/skbuff.c