From: Josh Samuelson <josamue1@wsc.edu>
To: netfilter-devel@lists.netfilter.org
Subject: [PATCH] /proc/net/ip_conntrack_expect on module removal
Date: Wed, 27 Oct 2004 11:35:59 -0500 [thread overview]
Message-ID: <20041027163559.GA8502@wsc.edu> (raw)
[-- Attachment #1: Type: text/plain, Size: 200 bytes --]
Greetings,
On module removal "/proc/net/ip_conntrack_exp" is the proc entry that
is attempted to proc_net_remove() instead of "/proc/net/ip_conntrack_expect".
Attached diff fixes this issue.
-Josh
[-- Attachment #2: ip_conntrack_expect.diff --]
[-- Type: text/plain, Size: 431 bytes --]
--- orig/net/ipv4/netfilter/ip_conntrack_standalone.c 2004-10-21 15:08:44.000000000 -0500
+++ patch/net/ipv4/netfilter/ip_conntrack_standalone.c 2004-10-27 11:25:57.000000000 -0500
@@ -816,7 +816,7 @@
#ifdef CONFIG_PROC_FS
proc_net_remove("ip_conntrack_stat");
cleanup_proc_exp:
- proc_net_remove("ip_conntrack_exp");
+ proc_net_remove("ip_conntrack_expect");
cleanup_proc:
proc_net_remove("ip_conntrack");
cleanup_init:
next reply other threads:[~2004-10-27 16:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-27 16:35 Josh Samuelson [this message]
2004-10-28 18:20 ` [PATCH] /proc/net/ip_conntrack_expect on module removal Pablo Neira
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041027163559.GA8502@wsc.edu \
--to=josamue1@wsc.edu \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.