From: Herbert Xu Date: Mon, 9 Apr 2007 18:51:15 +0000 (-0700) Subject: [SC92031]: Fix priv->lock context X-Git-Tag: v2.6.21-rc7~32^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=699784b7614ce61b16a075445b8e5b6c379c5086;p=pandora-kernel.git [SC92031]: Fix priv->lock context The spin_lock calls made in dev->open and dev->close must disable BH since open/close are made in process context. Conversely, the call in dev->hard_start_xmit does not need to disable BH since it is already executing with BH disabled. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed