|
@@ -266,11 +266,9 @@ static ssize_t bonding_store_slaves(struct device *d,
|
|
|
|
|
|
/* Quick sanity check -- is the bond interface up? */
|
|
/* Quick sanity check -- is the bond interface up? */
|
|
if (!(bond->dev->flags & IFF_UP)) {
|
|
if (!(bond->dev->flags & IFF_UP)) {
|
|
- printk(KERN_ERR DRV_NAME
|
|
|
|
- ": %s: Unable to update slaves because interface is down.\n",
|
|
|
|
|
|
+ printk(KERN_WARNING DRV_NAME
|
|
|
|
+ ": %s: doing slave updates when interface is down.\n",
|
|
bond->dev->name);
|
|
bond->dev->name);
|
|
- ret = -EPERM;
|
|
|
|
- goto out;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
/* Note: We can't hold bond->lock here, as bond_create grabs it. */
|
|
/* Note: We can't hold bond->lock here, as bond_create grabs it. */
|