commit | e46b66bc42b6b1430b04cc5c207ecb2b2f4553dc | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Thu May 08 02:53:17 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu May 08 02:53:17 2008 -0700 |
tree | 3d54cec5d517a96e7e50911c4fc74ad6346e925a | |
parent | c2ab7ac225e29006b7117d6a9fe8f3be8d98b0c2 [diff] |
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 <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>