From: Ben Hutchings Date: Thu, 8 May 2008 09:53:17 +0000 (-0700) Subject: net: Added ASSERT_RTNL() to dev_open() and dev_close(). X-Git-Tag: v2.6.26-rc2~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e46b66bc42b6b1430b04cc5c207ecb2b2f4553dc;p=pandora-kernel.git net: Added ASSERT_RTNL() to dev_open() and dev_close(). dev_open() and dev_close() must be called holding the RTNL, since they call device functions and netdevice notifiers that are promised the RTNL. Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed