commit | f8ae737deea1be001d7d8ac11c382a7b73a1c98f | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Mon Mar 20 22:58:36 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 20 22:58:36 2006 -0800 |
tree | fdf933b58a17e525e38683e1f8d5a52c4708964b | |
parent | fdeabdefb227be9aa932f59a23ddb47e003e643e [diff] |
[BRIDGE]: forwarding remove unneeded preempt and bh diasables 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>