From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH nf-next] netfilter: ipvs: Remove useless ipvsh param of frag_safe_skb_hp Date: Wed, 6 Dec 2017 09:35:43 +0100 Message-ID: <20171206083543.GA21940@salvia> References: <1510585098-27428-1-git-send-email-gfree.wind@vip.163.com> <20171122181428.qaqyodgflfmhtm25@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: gfree.wind@vip.163.com, wensong@linux-vs.org, ja@ssi.bg, kadlec@blackhole.kfki.hu, fw@strlen.de, lvs-devel@vger.kernel.org, netfilter-devel@vger.kernel.org To: Simon Horman Return-path: Received: from mail.us.es ([193.147.175.20]:36880 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753500AbdLFIfr (ORCPT ); Wed, 6 Dec 2017 03:35:47 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 36F28C0B36 for ; Wed, 6 Dec 2017 09:35:46 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 280AFDA873 for ; Wed, 6 Dec 2017 09:35:46 +0100 (CET) Content-Disposition: inline In-Reply-To: <20171122181428.qaqyodgflfmhtm25@verge.net.au> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, Nov 22, 2017 at 07:14:28PM +0100, Simon Horman wrote: > On Mon, Nov 13, 2017 at 10:58:18PM +0800, gfree.wind@vip.163.com wrote: > > From: Gao Feng > > > > The param of frag_safe_skb_hp, ipvsh, isn't used now. So remove it and > > update the callers' codes too. > > > > Signed-off-by: Gao Feng > > --- > > Simon advise me send the patch to netfilter group > > Acked-by: Simon Horman > > Pablo, can you take this through the nf-next tree? Applied, thanks.