From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752959AbdCTHPO (ORCPT ); Mon, 20 Mar 2017 03:15:14 -0400 Received: from mga03.intel.com ([134.134.136.65]:24830 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751153AbdCTHPM (ORCPT ); Mon, 20 Mar 2017 03:15:12 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,193,1486454400"; d="scan'208";a="1144533182" From: "Reshetova, Elena" To: Stephen Rothwell , Pablo Neira Ayuso , NetFilter CC: "linux-next@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "Hans Liljestrand" , Kees Cook , David Windsor Subject: RE: linux-next: build warning after merge of the netfilter-next tree Thread-Topic: linux-next: build warning after merge of the netfilter-next tree Thread-Index: AQHSoQ6/3K2gsUBVw0GUeimZlH6J3qGdTOVg Date: Mon, 20 Mar 2017 07:00:13 +0000 Message-ID: <2236FBA76BA1254E88B949DDB74E612B41C5B0DC@IRSMSX102.ger.corp.intel.com> References: <20170320111236.77c5a05a@canb.auug.org.au> In-Reply-To: <20170320111236.77c5a05a@canb.auug.org.au> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id v2K7FV5l008783 > Hi all, > > After merging the netfilter-next tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > net/netfilter/nfnetlink_acct.c: In function 'nfnl_acct_try_del': > net/netfilter/nfnetlink_acct.c:329:15: warning: unused variable 'refcount' [- > Wunused-variable] > unsigned int refcount; > ^ > > Introduced by commit Ups, sorry about this, slipped through. Should I submit a fix or how do you want to handle this? Best Regards, Elena. > > b54ab92b84b6 ("netfilter: refcounter conversions") > > -- > Cheers, > Stephen Rothwell