On Friday 2008-08-15 18:03, Pēteris Kļaviņš wrote: > 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 [...] As I see it, this will already be addressed by merging complementary code into one source file (e.g. MARK, mark, CONNMARK, connmark all into a big new xt_mark.c), to reduce (a) amount of files and (b) build time. This has been touched before at http://marc.info/?l=netfilter-devel&m=121148631320895&w=2 I welcome that idea, but have yet been holding off sending patches on that because these code-moving changes would possibly generate a lot of .rej noise while I am still having other patches in my queue. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html