From: Patrick McHardy Date: Thu, 31 Jan 2008 11:56:35 +0000 (-0800) Subject: [NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev member X-Git-Tag: v2.6.25-rc1~1089^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fd8e526f44beaf439f351b310648b559e62a7cb;p=pandora-kernel.git [NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev member Before the removal of the deferred output hooks, netoutdev was used in case of VLANs on top of a bridge to store the VLAN device, so the deferred hooks would see the correct output device. This isn't necessary anymore since we're calling the output hooks for the correct device directly in the IP stack. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed