Thread (6 messages) 6 messages, 5 authors, 2010-06-29

Re: [PATCH net-next-2.6] netfilter: allow nf_tproxy_core module to be removed

From: Florian Westphal <fw@strlen.de>
Date: 2010-06-23 18:46:13

Jiri Pirko [off-list ref] wrote:
quoted hunk ↗ jump to hunk
diff --git a/net/netfilter/nf_tproxy_core.c b/net/netfilter/nf_tproxy_core.c
index 5490fc3..ec6737c 100644
--- a/net/netfilter/nf_tproxy_core.c
+++ b/net/netfilter/nf_tproxy_core.c
@@ -89,7 +89,12 @@ static int __init nf_tproxy_init(void)
 	return 0;
 }
 
+static void __exit nf_tproxy_exit(void)
+{
+}
+
 module_init(nf_tproxy_init);
+module_exit(nf_tproxy_exit);
tproxy assigns skb->destructor, what prevents module unload while such skbs may
still be around?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help