On 25/03/18 20:16, Xin Long wrote:
vlan_vids_add_by_dev is called right after dev hwaddr sync, so on
the err path it should unsync dev hwaddr. Otherwise, the slave
dev's hwaddr will never be unsync when this err happens.
Fixes: 1ff412ad7714 ("bonding: change the bond's vlan syncing functions with the
standard ones")
Signed-off-by: Xin Long <lucien....@gmail.com>
---
drivers/net/bonding/bond_main.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Seems I've missed the err path back then.
Thanks,
Reviewed-by: Nikolay Aleksandrov <niko...@cumulusnetworks.com>