From: Andrew Vagin <[email protected]> Date: Thu, 10 Nov 2011 18:48:03 +0300
> multicast_lock is taken in softirq context, so we should use > spin_lock_bh() in userspace. > > call-chain in softirq context: > run_timer_softirq() > br_multicast_query_expired() > > call-chain in userspace: > sysfs_write_file() > store_multicast_snooping() > br_multicast_toggle() > > Signed-off-by: Andrew Vagin <[email protected]> Applied, thanks. _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
