Re: [PATCH net-next] net: remove skb_frag_add_head

2015-07-20 Thread David Miller
From: Jiri Benc Date: Thu, 16 Jul 2015 21:50:50 +0200 > It's not used anywhere. > > Signed-off-by: Jiri Benc Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majord

[PATCH net-next] net: remove skb_frag_add_head

2015-07-16 Thread Jiri Benc
It's not used anywhere. Signed-off-by: Jiri Benc --- include/linux/skbuff.h | 6 -- 1 file changed, 6 deletions(-) diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index d6cdd6e87d53..a5395be9fe7b 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -2671,12 +2671