Re: [PATCH 02/12 v2 RFC] skbuff: remove unused skb_zcopy_abort function

2020-12-22 Thread Willem de Bruijn
On Mon, Dec 21, 2020 at 7:09 PM Jonathan Lemon wrote: > > From: Jonathan Lemon > > skb_zcopy_abort() has no in-tree consumers, remove it. > > Signed-off-by: Jonathan Lemon Acked-by: Willem de Bruijn Indeed unused. This was used in the packet and raw zerocopy patches in the original patchset.

[PATCH 02/12 v2 RFC] skbuff: remove unused skb_zcopy_abort function

2020-12-21 Thread Jonathan Lemon
From: Jonathan Lemon skb_zcopy_abort() has no in-tree consumers, remove it. Signed-off-by: Jonathan Lemon --- include/linux/skbuff.h | 11 --- 1 file changed, 11 deletions(-) diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 69588b304f83..fb6dd6af0f82 100644 --- a/inc