[BRIDGE]: forwarding remove unneeded preempt and bh diasables
authorStephen Hemminger <shemminger@osdl.org>
Tue, 21 Mar 2006 06:58:36 +0000 (22:58 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 06:58:36 +0000 (22:58 -0800)
Optimize the forwarding and transmit paths. Both places are
called with bottom half/no preempt so there is no need to use
spin_lock_bh or rcu_read_lock.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found