kernel_optimize_test/net/bridge
Stephen Hemminger 3f4cfc2d11 [BRIDGE]: Fix device delete race.
This is a simpler fix for the two races in bridge device removal.
The Xen race of delif and notify is managed now by a new deleted flag.
No need for barriers or other locking because of rtnl mutex.

The del_timer_sync()'s are unnecessary, because br_stp_disable_port
delete's the timers, and they will finish running before RCU callback.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-01-31 17:44:07 -08:00
..
netfilter
br_device.c
br_fdb.c
br_forward.c
br_if.c [BRIDGE]: Fix device delete race. 2006-01-31 17:44:07 -08:00
br_input.c
br_ioctl.c
br_netfilter.c
br_notify.c
br_private_stp.h
br_private.h [BRIDGE]: Fix device delete race. 2006-01-31 17:44:07 -08:00
br_stp_bpdu.c
br_stp_if.c
br_stp_timer.c
br_stp.c
br_sysfs_br.c
br_sysfs_if.c
br.c
Kconfig
Makefile