• Stephen Hemminger's avatar
    [BRIDGE]: Relax locking on add/delete. · af13a450
    Stephen Hemminger authored
    Relax the locking on add/delete interfaces to a bridge.  Since these operations
    are already called with RTNL semaphore, only need to hold the bridge lock while
    doing operations related to STP and processing path.  This is necessary for later
    sysfs support where those operations might sleep.
    af13a450
br_if.c 6.97 KB