* [PATCH 2/2] nf_conntrack: kill unused callback init_conntrack
@ 2006-04-13 12:01 Yasuyuki KOZAKAI
2006-04-20 23:21 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Yasuyuki KOZAKAI @ 2006-04-13 12:01 UTC (permalink / raw)
To: kaber; +Cc: netfilter-devel
[-- Attachment #1: 02-kill-unused-init.patch --]
[-- Type: Text/Plain, Size: 1026 bytes --]
[NETFILTER] nf_conntrack: kill unused callback init_conntrack
Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
---
commit f1564c6e1adcdc14d7e1ab29bafcb9938dc505ea
tree bfb20cb9067537f117785eff788f806d0c3da0a0
parent 783e57517c558ae41171d71496035c08f2e9613c
author Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp> Thu, 06 Apr 2006 19:00:12 +0900
committer Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp> Thu, 13 Apr 2006 15:05:26 +0900
net/netfilter/nf_conntrack_core.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/net/netfilter/nf_conntrack_core.c b/net/netfilter/nf_conntrack_core.c
index 9a2410d..cb423c3 100644
--- a/net/netfilter/nf_conntrack_core.c
+++ b/net/netfilter/nf_conntrack_core.c
@@ -178,9 +178,6 @@ static struct {
/* allocated slab cache + modules which uses this slab cache */
int use;
- /* Initialization */
- int (*init_conntrack)(struct nf_conn *, u_int32_t);
-
} nf_ct_cache[NF_CT_F_NUM];
/* protect members of nf_ct_cache except of "use" */
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 2/2] nf_conntrack: kill unused callback init_conntrack
2006-04-13 12:01 [PATCH 2/2] nf_conntrack: kill unused callback init_conntrack Yasuyuki KOZAKAI
@ 2006-04-20 23:21 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2006-04-20 23:21 UTC (permalink / raw)
To: Yasuyuki KOZAKAI; +Cc: netfilter-devel
Yasuyuki KOZAKAI wrote:
> [NETFILTER] nf_conntrack: kill unused callback init_conntrack
Applied this one, ignored 1/2. Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-04-20 23:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-13 12:01 [PATCH 2/2] nf_conntrack: kill unused callback init_conntrack Yasuyuki KOZAKAI
2006-04-20 23:21 ` Patrick McHardy
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.