From: Stephen Hemminger Date: Tue, 14 Aug 2007 20:21:34 +0000 (-0700) Subject: [BRIDGE]: sysfs locking fix. X-Git-Tag: v2.6.23-rc4~128^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17120889b0706b69ae24cba3ef0a340dc3fb7edc;p=pandora-kernel.git [BRIDGE]: sysfs locking fix. The stp change code generates "sleeping function called from invalid context" because rtnl_lock() called with BH disabled. This fixes it by not acquiring then dropping the bridge lock. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed