Revert "rtnl: Add support for netdev event to link messages"
This reverts commit def12888c1
.
As per discussion between Roopa Prabhu and David Ahern, it is
advisable that we instead have the code collect the setlink triggered
events into a bitmask emitted in the IFLA_EVENT netlink attribute.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -6840,7 +6840,7 @@ static void rollback_registered_many(struct list_head *head)
|
||||
|
||||
if (!dev->rtnl_link_ops ||
|
||||
dev->rtnl_link_state == RTNL_LINK_INITIALIZED)
|
||||
skb = rtmsg_ifinfo_build_skb(RTM_DELLINK, dev, ~0U, 0,
|
||||
skb = rtmsg_ifinfo_build_skb(RTM_DELLINK, dev, ~0U,
|
||||
GFP_KERNEL);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user