diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/core/dev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index 0d78e0454a6d..b31d5d69a467 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -1435,6 +1435,7 @@ EXPORT_SYMBOL(unregister_netdevice_notifier); | |||
1435 | 1435 | ||
1436 | int call_netdevice_notifiers(unsigned long val, struct net_device *dev) | 1436 | int call_netdevice_notifiers(unsigned long val, struct net_device *dev) |
1437 | { | 1437 | { |
1438 | ASSERT_RTNL(); | ||
1438 | return raw_notifier_call_chain(&netdev_chain, val, dev); | 1439 | return raw_notifier_call_chain(&netdev_chain, val, dev); |
1439 | } | 1440 | } |
1440 | 1441 | ||