From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] netfilter: nfnetlink: remove redundant variable nskb Date: Mon, 5 Jan 2015 12:34:29 +0100 Message-ID: <20150105113429.GA15129@salvia> References: <548810B7.5080901@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Duan Jiong Return-path: Received: from mail.us.es ([193.147.175.20]:57469 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753627AbbAELbt (ORCPT ); Mon, 5 Jan 2015 06:31:49 -0500 Content-Disposition: inline In-Reply-To: <548810B7.5080901@cn.fujitsu.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, Dec 10, 2014 at 05:21:59PM +0800, Duan Jiong wrote: > > Actually after netlink_skb_clone() is called, the nskb and > skb will point to the same thing, but they are used just like > they are different, sometimes this is confusing, so i think > there is no necessary to keep nskb anymore. Applied, thanks.