From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart De Schuymer Subject: Re: 2.6.0-rc1-mm1 Date: Wed, 31 Dec 2003 11:58:50 +0100 References: <20031231004725.535a89e4.akpm@osdl.org> <20031231024855.0aca5e52.akpm@osdl.org> <20031231104947.GC16860@louise.pinerecords.com> In-Reply-To: <20031231104947.GC16860@louise.pinerecords.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312311158.50471.bdschuym@pandora.be> Sender: owner-linux-mm@kvack.org Return-Path: To: Tomas Szepe , Andrew Morton Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, "David S. Miller" List-ID: On Wednesday 31 December 2003 11:49, Tomas Szepe wrote: > On Dec-31 2003, Wed, 02:48 -0800 > > Andrew Morton wrote: > > Tomas Szepe wrote: > > > In file included from include/linux/netfilter_bridge/ebtables.h:16, > > > from net/bridge/netfilter/ebtables.c:25: > > > include/linux/netfilter_bridge.h: In function > > > `nf_bridge_maybe_copy_header': include/linux/netfilter_bridge.h:74: > > > error: `ETH_P_8021Q' undeclared (first use in this function) > > > > This problem also exists in 2.6.1-rc1. > > Andrew, are you quite sure this is the correct fix? I've sent this fix to David Miller, please don't apply any other "fix": cheers, Bart --- linux-2.6.0-bk3/include/linux/netfilter_bridge.h.earlier 2003-12-31 11:54:25.000000000 +0100 +++ linux-2.6.0-bk3/include/linux/netfilter_bridge.h 2003-12-31 11:54:47.000000000 +0100 @@ -8,10 +8,8 @@ #include #if defined(__KERNEL__) && defined(CONFIG_BRIDGE_NETFILTER) #include -#if defined(CONFIG_VLAN_8021Q) || defined(CONFIG_VLAN_8021Q_MODULE) #include #endif -#endif /* Bridge Hooks */ /* After promisc drops, checksum checks. */ -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: aart@kvack.org