Hello:
This patch was applied to netdev/net-next.git (master) by David S. Miller davem@davemloft.net:
On Fri, 21 Oct 2022 10:58:22 +0800 you wrote:
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
include/linux/skbuff.h | 7 ------- net/core/skbuff.c | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-)
Here is the summary with links: - [net-next] net: skb: move skb_pp_recycle() to skbuff.c https://git.kernel.org/netdev/net-next/c/4727bab4e9bb
You are awesome, thank you!