[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1490003008-17443-1-git-send-email-elena.reshetova@intel.com>
Date: Mon, 20 Mar 2017 11:43:28 +0200
From: Elena Reshetova <elena.reshetova@...el.com>
To: pablo@...filter.org
Cc: netfilter-devel@...r.kernel.org, linux-kernel@...r.kernel.org,
sfr@...b.auug.org.au, Elena Reshetova <elena.reshetova@...el.com>
Subject: [PATCH] netfilter: fix the warning on unused refcount variable
Signed-off-by: Elena Reshetova <elena.reshetova@...el.com>
---
net/netfilter/nfnetlink_acct.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/netfilter/nfnetlink_acct.c b/net/netfilter/nfnetlink_acct.c
index f44cbd3..c86da17 100644
--- a/net/netfilter/nfnetlink_acct.c
+++ b/net/netfilter/nfnetlink_acct.c
@@ -326,7 +326,6 @@ static int nfnl_acct_get(struct net *net, struct sock *nfnl,
static int nfnl_acct_try_del(struct nf_acct *cur)
{
int ret = 0;
- unsigned int refcount;
/* We want to avoid races with nfnl_acct_put. So only when the current
* refcnt is 1, we decrease it to 0.
--
2.7.4
Powered by blists - more mailing lists