summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
diff options
context:
space:
mode:
authorXin Long2017-10-24 07:54:17 +0200
committerDavid S. Miller2017-10-25 03:54:39 +0200
commitfbb85b3c0112e6aec82863358bdb1b25c7edaec1 (patch)
treec84d75a2122c064e81e57da705cd3ab729ceee8d /drivers/net/bonding/bond_main.c
parentMerge branch 'bpf-permit-multiple-bpf-attachments-for-a-single-perf-tracepoin... (diff)
downloadkernel-qcow2-linux-fbb85b3c0112e6aec82863358bdb1b25c7edaec1.tar.gz
kernel-qcow2-linux-fbb85b3c0112e6aec82863358bdb1b25c7edaec1.tar.xz
kernel-qcow2-linux-fbb85b3c0112e6aec82863358bdb1b25c7edaec1.zip
bridge: remove rtmsg_ifinfo called in add_del_if
Since commit dc709f375743 ("rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_event"), rtnetlink_event would process the NETDEV_CHANGEUPPER event and send a notification to userspace. In add_del_if, it would generate NETDEV_CHANGEUPPER event by whether netdev_master_upper_dev_link or netdev_upper_dev_unlink. There's no need to call rtmsg_ifinfo to send the notification any more. So this patch is to remove it from add_del_if also to avoid redundant notifications. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
0 files changed, 0 insertions, 0 deletions