From: Jiri Pirko Date: Tue, 20 Apr 2010 08:45:37 +0000 (-0700) Subject: net: emphasize rtnl lock required in call_netdevice_notifiers X-Git-Tag: v2.6.35-rc1~473^2~436 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab9304717f7624c41927f442e6b6d418b2d8b3e4;p=pandora-kernel.git net: emphasize rtnl lock required in call_netdevice_notifiers Since netdev_chain is guarded by rtnl_lock, ASSERT_RTNL should be present here to make sure that all callers of call_netdevice_notifiers does the locking properly. Signed-off-by: Jiri Pirko Signed-off-by: David S. Miller --- Reading git-diff-tree failed