From: Friedrich Lobenstock <fl@fl.priv.at>
To: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Subject: Re: latest pom: base/connlimit breaks kernel 2.4.25 compile (+possible fix)
Date: Sat, 10 Apr 2004 21:17:27 +0200 [thread overview]
Message-ID: <40784847.6090205@fl.priv.at> (raw)
In-Reply-To: <4078264C.5000909@eurodev.net>
Hi Pablo!
Pablo Neira wrote on 10.04.2004 18:52 MET:
> Friedrich Lobenstock wrote:
>
>> - /* NULL if ip_conntrack not a module */
>> - if (ip_conntrack_module)
>> - __MOD_INC_USE_COUNT(ip_conntrack_module);
>> + /* NULL if ip_connlimit not a module */
>> + if (ip_connlimit_module)
>> + __MOD_INC_USE_COUNT(ip_connlimit_module);
>> return ipt_register_match(&connlimit_match);
>> }
>>
>>
>
> AFAIK, the use of __MOD_INC_USE_COUNT is deprecated, actually I remember
> that someone posted to the maillist a related issue and Harald finally
> decided to remove them. If I'm missing anything, please let me know.
Hmmmm....I just looked at other modules to see how they do it, so
__MOD_INC_USE_COUNT() still seems to be in use not only in this module.
> So I think that you could remove them, you could also post a patch to
> update the current match available in pom-ng :-).
Can I really remove those lines completely?
--
MfG / Regards
Friedrich Lobenstock
next prev parent reply other threads:[~2004-04-10 19:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-10 15:03 latest pom: base/connlimit breaks kernel 2.4.25 compile (+possible fix) Friedrich Lobenstock
2004-04-10 16:52 ` Pablo Neira
2004-04-10 19:17 ` Friedrich Lobenstock [this message]
2004-04-10 23:58 ` Henrik Nordstrom
2004-04-11 0:04 ` Friedrich Lobenstock
2004-04-11 10:39 ` Henrik Nordstrom
2004-04-11 11:17 ` Friedrich Lobenstock
2004-04-11 20:47 ` Henrik Nordstrom
2004-04-11 21:00 ` Friedrich Lobenstock
2004-04-12 2:16 ` Henrik Nordstrom
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=40784847.6090205@fl.priv.at \
--to=fl@fl.priv.at \
--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.