All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nf-next] netfilter: remove leftover binary sysctl define
@ 2016-05-13 20:48 Florian Westphal
  2016-05-30  9:30 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Westphal @ 2016-05-13 20:48 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Florian Westphal

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(-)

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",
-- 
2.7.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH nf-next] netfilter: remove leftover binary sysctl define
  2016-05-13 20:48 [PATCH nf-next] netfilter: remove leftover binary sysctl define Florian Westphal
@ 2016-05-30  9:30 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2016-05-30  9:30 UTC (permalink / raw)
  To: Florian Westphal; +Cc: netfilter-devel

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-30  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-13 20:48 [PATCH nf-next] netfilter: remove leftover binary sysctl define Florian Westphal
2016-05-30  9:30 ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.