From: Jiri Pirko Date: Thu, 3 Dec 2015 11:12:21 +0000 (+0100) Subject: bonding: set inactive flags on release X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=57beaca8ecd77c85087270ef15ff319767994f6d;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git bonding: set inactive flags on release Be correct and symmetric to enslave and set inactive flags during release. That gives LAG offload drivers - lower state change listeners - possibility to do proper cleanup. Signed-off-by: Jiri Pirko Signed-off-by: David S. Miller --- diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 2f1145063c60..5a7de43a09f8 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c @@ -1832,6 +1832,8 @@ static int __bond_release_one(struct net_device *bond_dev, return -EINVAL; } + bond_set_slave_inactive_flags(slave, BOND_SLAVE_NOTIFY_NOW); + bond_sysfs_slave_del(slave); /* recompute stats just before removing the slave */