diff mbox

[nf-next] netfilter: remove leftover binary sysctl define

Message ID 1463172531-15429-1-git-send-email-fw@strlen.de
State Accepted
Delegated to: Pablo Neira
Headers show

Commit Message

Florian Westphal May 13, 2016, 8:48 p.m. UTC
Users got removed in f8572d8f2a2ba ("sysctl net: Remove unused binary
sysctl code").

Signed-off-by: Florian Westphal <fw@strlen.de>
---
 net/netfilter/nf_conntrack_standalone.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Pablo Neira Ayuso May 30, 2016, 9:30 a.m. UTC | #1
On Fri, May 13, 2016 at 10:48:51PM +0200, Florian Westphal wrote:
> Users got removed in f8572d8f2a2ba ("sysctl net: Remove unused binary
> sysctl code").

This is very small, related to changes from the previous release cycle
and non-intrusive. So I'm placing this in the nf tree.

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/net/netfilter/nf_conntrack_standalone.c b/net/netfilter/nf_conntrack_standalone.c
index f87e84e..c026c47 100644
--- a/net/netfilter/nf_conntrack_standalone.c
+++ b/net/netfilter/nf_conntrack_standalone.c
@@ -487,8 +487,6 @@  static struct ctl_table nf_ct_sysctl_table[] = {
 	{ }
 };
 
-#define NET_NF_CONNTRACK_MAX 2089
-
 static struct ctl_table nf_ct_netfilter_table[] = {
 	{
 		.procname	= "nf_conntrack_max",