From: "Pēteris Kļaviņš" <klavins@netspace.net.au>
To: netfilter-devel@vger.kernel.org
Subject: [RFC] netfilter: Rename ipt_ECN.h to ipt_ecn_target.h (and similar) to avoid file name clash
Date: Sat, 16 Aug 2008 00:03:23 +0200 [thread overview]
Message-ID: <g84ufs$l66$1@ger.gmane.org> (raw)
This is a request for comments on the proposal that the following
filename changes (indicative at this point) be made in the netfilter
source code tree, together with correcting the corresponding references
to the files in both source code, the build system, and wherever else
necessary.
The changes are proposed in order to avoid file name clashes on
filesystems that do not allow two files to have names that differ only
in the case of their letters:
include/linux/netfilter/xt_CONNMARK.h => xt_connmark_target.h
include/linux/netfilter/xt_DSCP.h => xt_dscp_target.h
include/linux/netfilter/xt_MARK.h => xt_mark_target.h
include/linux/netfilter/xt_RATEEST.h => xt_rateest_target.h
include/linux/netfilter/xt_TCPMSS.h => xt_tcpmss_target.h
include/linux/netfilter_ipv4/ipt_CONNMARK.h => ipt_connmark_target.h
include/linux/netfilter_ipv4/ipt_DSCP.h => ipt_dscp_target.h
include/linux/netfilter_ipv4/ipt_ECN.h => ipt_ecn_target.h
include/linux/netfilter_ipv4/ipt_MARK.h => ipt_mark_target.h
include/linux/netfilter_ipv4/ipt_TCPMSS.h => ipt_tcpmss_target.h
include/linux/netfilter_ipv4/ipt_TOS.h => ipt_tos_target.h
include/linux/netfilter_ipv4/ipt_TTL.h => ipt_ttl_target.h
include/linux/netfilter_ipv6/ip6t_HL.h => ip6t_hl_target.h
include/linux/netfilter_ipv6/ip6t_MARK.h => ip6t_mark_target.h
net/ipv4/netfilter/ipt_ECN.c => ipt_ecn_target.c
net/ipv4/netfilter/ipt_TTL.c => ipt_ttl_target.c
net/ipv6/netfilter/ip6t_HL.c => ip6t_hl_target.c
net/netfilter/xt_CONNMARK.c => xt_connmark_target.c
net/netfilter/xt_DSCP.c => xt_dscp_target.c
net/netfilter/xt_MARK.c => xt_mark_target.c
net/netfilter/xt_RATEEST.c => xt_rateest_target.c
net/netfilter/xt_TCPMSS.c => xt_tcpmss_target.c
This has been discussed before on the git mailing list (see thread
http://article.gmane.org/gmane.comp.version-control.git/38612 ), and I
believe it to be a problem that will start to crop up more often than
not, given the proliferation of open source code onto a variety of
platforms that have this type of filename intolerance.
The reason for posting to this list is to hear your considered opinion
on the impact of these proposed file name changes on the netfilter and
linux kernel development communities. If you prefer I submit complete
patches before discussion, I could try to do that.
--
Peter Klavins
next reply other threads:[~2008-08-16 9:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-15 22:03 Pēteris Kļaviņš [this message]
2008-08-16 14:04 ` [RFC] netfilter: Rename ipt_ECN.h to ipt_ecn_target.h (and similar) to avoid file name clash Jan Engelhardt
2008-08-16 15:32 ` Pēteris Kļaviņš
2008-08-16 19:14 ` Jozsef Kadlecsik
2008-08-16 19:22 ` Jan Engelhardt
2008-08-16 19:52 ` Jozsef Kadlecsik
2008-08-16 20:19 ` Pēteris Kļaviņš
2008-08-17 22:04 ` Jozsef Kadlecsik
2008-08-17 22:18 ` Jan Engelhardt
2008-08-18 11:17 ` Patrick McHardy
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='g84ufs$l66$1@ger.gmane.org' \
--to=klavins@netspace.net.au \
--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 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.