From: stephen hemminger Date: Tue, 27 Jul 2010 08:26:30 +0000 (+0000) Subject: bridge: add rcu_read_lock on transmit X-Git-Tag: v2.6.36-rc1~571^2~9^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeaf61d8891f9c9ed12c1a667e72bf83f0857954;p=pandora-kernel.git bridge: add rcu_read_lock on transmit Long ago, when bridge was converted to RCU, rcu lock was equivalent to having preempt disabled. RCU has changed a lot since then and bridge code was still assuming the since transmit was called with bottom half disabled, it was RCU safe. Signed-off-by: Stephen Hemminger Tested-by: Johannes Berg Signed-off-by: David S. Miller --- Reading git-diff-tree failed