]> err.no Git - linux-2.6/blobdiff - drivers/net/bonding/bond_sysfs.c
Merge branch 'docs' of git://git.lwn.net/linux-2.6
[linux-2.6] / drivers / net / bonding / bond_sysfs.c
index 90a1f31e8e637bd104a09490b8d05db80b0b5acc..979c2d05ff9c91c19ab7dbee9964cfc608afc299 100644 (file)
@@ -341,6 +341,7 @@ static ssize_t bonding_store_slaves(struct device *d,
 
        if (command[0] == '-') {
                dev = NULL;
+               original_mtu = 0;
                bond_for_each_slave(bond, slave, i)
                        if (strnicmp(slave->dev->name, ifname, IFNAMSIZ) == 0) {
                                dev = slave->dev;