[BRIDGE]: Fix rmmod race.
commit597ae14899c9c77b523544b52d78adadad2b5089
authorStephen Hemminger <shemminger@osdl.org>
Fri, 16 Apr 2004 07:12:55 +0000 (16 00:12 -0700)
committerStephen Hemminger <shemminger@osdl.org>
Fri, 16 Apr 2004 07:12:55 +0000 (16 00:12 -0700)
treef42875d80537f6c9845180e95082a301c52959a0
parent6223c7b9ef285484807296574f50121008d96e59
[BRIDGE]: Fix rmmod race.

Fix observed race between removing bridge module and ip packets
in flight.  Need to remove the hook last, after all bridges are gone
not the other way around.
net/bridge/br.c