]> git.baikalelectronics.ru Git - kernel.git/commit
[BRIDGE]: remove unneeded bh disables
authorStephen Hemminger <shemminger@osdl.org>
Tue, 21 Mar 2006 06:56:25 +0000 (22:56 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 06:56:25 +0000 (22:56 -0800)
commitb87731eda19b342b3aaeba5cc959e1e9f155adf7
tree8b1171e3cca8efed1560269037ef860adb5c82ff
parent4abadbb29ea2f5d6637ef4d73363d864c7e5e478
[BRIDGE]: remove unneeded bh disables

The STP timers run off softirq (kernel timers), so there is no need to
disable bottom half in the spin locks.

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