]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] netfilter missing symbol has_bridge_parent
authorHorms <horms@verge.net.au>
Mon, 13 Feb 2006 02:14:57 +0000 (11:14 +0900)
committerChris Wright <chrisw@sous-sol.org>
Wed, 1 Mar 2006 22:36:32 +0000 (14:36 -0800)
commit2c16bdb60935bebd25fbcc5787e91670c5a8a4ba
treed16dad943c3616ad1c7f2a10095063ca521f8199
parentbde2fcb4fcc69afb0a6ebd1d8c27a83e475480ed
[PATCH] netfilter missing symbol has_bridge_parent

5dce971acf2ae20c80d5e9d1f6bbf17376870911 in Linus' tree,
otherwise known as bridge-netfilter-races-on-device-removal.patch in
2.5.15.4 removed has_bridge_parent, however this symbol is still
called with NETFILTER_DEBUG is enabled.

This patch uses the already seeded realoutdev value to detect if a parent
exists, and if so, the value of the parent.

Signed-Off-By: Horms <horms@verge.net.au>
Acked-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/bridge/br_netfilter.c