All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira <pablo@eurodev.net>
To: Josh Samuelson <josamue1@wsc.edu>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: [PATCH] /proc/net/ip_conntrack_expect on module removal
Date: Thu, 28 Oct 2004 20:20:20 +0200	[thread overview]
Message-ID: <41813864.6040107@eurodev.net> (raw)
In-Reply-To: <20041027163559.GA8502@wsc.edu>

Josh Samuelson wrote:

>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.
>  
>

already fixed in 2.6.10-rc1

regards,
Pablo

>-Josh
>  
>
>------------------------------------------------------------------------
>
>--- 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:
>  
>

      reply	other threads:[~2004-10-28 18:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-27 16:35 [PATCH] /proc/net/ip_conntrack_expect on module removal Josh Samuelson
2004-10-28 18:20 ` Pablo Neira [this message]

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=41813864.6040107@eurodev.net \
    --to=pablo@eurodev.net \
    --cc=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.