diff options
author | 2017-10-24 13:54:18 +0800 | |
---|---|---|
committer | 2017-10-25 10:54:39 +0900 | |
commit | 4597efe312567591e253248246ef58d77df471c6 (patch) | |
tree | fabb2592d3ff9a7f5f3709ec5686f8a126fd5819 /net/tipc | |
parent | bridge: remove rtmsg_ifinfo called in add_del_if (diff) | |
download | wireguard-linux-4597efe312567591e253248246ef58d77df471c6.tar.xz wireguard-linux-4597efe312567591e253248246ef58d77df471c6.zip |
bonding: remove rtmsg_ifinfo called in bond_master_upper_dev_link
Since commit 42e52bf9e3ae ("net: add netnotifier event for upper device
change"), netdev_master_upper_dev_link has generated NETDEV_CHANGEUPPER
event which would send a notification to userspace in rtnetlink_event.
There's no need to call rtmsg_ifinfo to send the notification any more.
So this patch is to remove it from bond_master_upper_dev_link as well
as bond_upper_dev_unlink to avoid the redundant notifications.
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc')
0 files changed, 0 insertions, 0 deletions