From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Duan Jiong <duanj.fnst@cn.fujitsu.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH] netfilter: use IS_ENABLED() macro
Date: Fri, 27 Jun 2014 12:50:18 +0200 [thread overview]
Message-ID: <20140627105018.GA6058@localhost> (raw)
In-Reply-To: <53AD0623.5090104@cn.fujitsu.com>
On Fri, Jun 27, 2014 at 01:50:27PM +0800, Duan Jiong wrote:
>
> replace:
> #if defined(CONFIG_NF_CT_NETLINK) || defined(CONFIG_NF_CT_NETLINK_MODULE)
> with
> #if IS_ENABLED(CONFIG_NF_CT_NETLINK)
Could you also send a new version including these?
net/ipv4/netfilter/nf_defrag_ipv4.c:#if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)
net/ipv4/netfilter/nf_defrag_ipv4.c:#if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)
net/ipv4/netfilter/nf_defrag_ipv4.c:#if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)
net/ipv4/netfilter/nf_defrag_ipv4.c:#if !defined(CONFIG_NF_NAT) && !defined(CONFIG_NF_NAT_MODULE)
Thanks.
next prev parent reply other threads:[~2014-06-27 10:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-27 5:50 [PATCH] netfilter: use IS_ENABLED() macro Duan Jiong
2014-06-27 10:50 ` Pablo Neira Ayuso [this message]
2014-06-30 0:56 ` Duan Jiong
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=20140627105018.GA6058@localhost \
--to=pablo@netfilter.org \
--cc=duanj.fnst@cn.fujitsu.com \
--cc=netfilter-devel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).