7b8c12d bridge_driver: Don't check network active unlocked

Authored and Committed by mprivozn 9 years ago
    bridge_driver: Don't check network active unlocked
    
    Okay, this is mainly for educational purposes since is called
    from single point only with all the possible locks held. So
    there's no way for other thread to hop in and do something wrong.
    Nevertheless, we should not give bad example.
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
    
        
file modified
+4 -3