* [PATCH 1/2] conntrack: delete the redundant macro definitions
@ 2010-01-20 6:20 Shan Wei
2010-01-20 9:40 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Shan Wei @ 2010-01-20 6:20 UTC (permalink / raw)
To: Patrick McHardy, David Miller, kuznet, yasuyuki.kozakai
Cc: netfilter-devel, netdev@vger.kernel.org
The following three macro definitions are never used, so delete them.
Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
---
net/ipv6/netfilter/nf_conntrack_reasm.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/net/ipv6/netfilter/nf_conntrack_reasm.c b/net/ipv6/netfilter/nf_conntrack_reasm.c
index 312c20a..1030ce1 100644
--- a/net/ipv6/netfilter/nf_conntrack_reasm.c
+++ b/net/ipv6/netfilter/nf_conntrack_reasm.c
@@ -45,9 +45,6 @@
#include <linux/kernel.h>
#include <linux/module.h>
-#define NF_CT_FRAG6_HIGH_THRESH 262144 /* == 256*1024 */
-#define NF_CT_FRAG6_LOW_THRESH 196608 /* == 192*1024 */
-#define NF_CT_FRAG6_TIMEOUT IPV6_FRAG_TIMEOUT
struct nf_ct_frag6_skb_cb
{
--
1.6.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/2] conntrack: delete the redundant macro definitions
2010-01-20 6:20 [PATCH 1/2] conntrack: delete the redundant macro definitions Shan Wei
@ 2010-01-20 9:40 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2010-01-20 9:40 UTC (permalink / raw)
To: Shan Wei
Cc: David Miller, kuznet, yasuyuki.kozakai, netfilter-devel,
netdev@vger.kernel.org
Shan Wei wrote:
> The following three macro definitions are never used, so delete them.
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-20 9:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-20 6:20 [PATCH 1/2] conntrack: delete the redundant macro definitions Shan Wei
2010-01-20 9:40 ` Patrick McHardy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).