Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be162d62 authored by Denis V. Lunev's avatar Denis V. Lunev Committed by David S. Miller
Browse files

[NETNS]: Enable inetdev_event notifier.



After all these preparations it is time to enable main IPv4 device
initialization routine inside namespace. It is safe do this now.

Signed-off-by: default avatarDenis V. Lunev <den@openvz.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2430aa85
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -1045,9 +1045,6 @@ static int inetdev_event(struct notifier_block *this, unsigned long event,
	struct net_device *dev = ptr;
	struct net_device *dev = ptr;
	struct in_device *in_dev = __in_dev_get_rtnl(dev);
	struct in_device *in_dev = __in_dev_get_rtnl(dev);


	if (dev->nd_net != &init_net)
		return NOTIFY_DONE;

	ASSERT_RTNL();
	ASSERT_RTNL();


	if (!in_dev) {
	if (!in_dev) {