bonding: fix destruction of bond with devices different from arphrd_ether
[firefly-linux-kernel-4.4.55.git] / drivers / net / bonding / bond_main.c
index 317a49480475d2c87fb5a4aa56716844ce21005a..ec1404ec4d2fc26c5eddbb569c1f89299816b7ba 100644 (file)
@@ -1916,6 +1916,7 @@ static int  bond_release_and_destroy(struct net_device *bond_dev,
                bond_dev->priv_flags |= IFF_DISABLE_NETPOLL;
                netdev_info(bond_dev, "Destroying bond %s\n",
                            bond_dev->name);
+               bond_remove_proc_entry(bond);
                unregister_netdevice(bond_dev);
        }
        return ret;