Re: [PATCH] xfrm: remove the xfrm_queue_purge definition

2015-04-27 Thread Steffen Klassert
On Wed, Apr 22, 2015 at 03:51:16PM +0800, roy.qing...@gmail.com wrote: From: Li RongQing roy.qing...@gmail.com The task of xfrm_queue_purge is same as skb_queue_purge, so remove it Signed-off-by: Li RongQing roy.qing...@gmail.com Applied to ipsec-next, thanks! -- To unsubscribe from this

[PATCH] xfrm: remove the xfrm_queue_purge definition

2015-04-22 Thread roy . qing . li
From: Li RongQing roy.qing...@gmail.com The task of xfrm_queue_purge is same as skb_queue_purge, so remove it Signed-off-by: Li RongQing roy.qing...@gmail.com --- net/xfrm/xfrm_policy.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/net/xfrm/xfrm_policy.c