Commit d6641ccf authored by Veaceslav Falico's avatar Veaceslav Falico Committed by David S. Miller

bonding: trivial: update the comments to reflect the reality

Signed-off-by: default avatarVeaceslav Falico <vfalico@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 43547ea6
...@@ -231,8 +231,7 @@ static ssize_t bonding_show_slaves(struct device *d, ...@@ -231,8 +231,7 @@ static ssize_t bonding_show_slaves(struct device *d,
} }
/* /*
* Set the slaves in the current bond. The bond interface must be * Set the slaves in the current bond.
* up for this to succeed.
* This is supposed to be only thin wrapper for bond_enslave and bond_release. * This is supposed to be only thin wrapper for bond_enslave and bond_release.
* All hard work should be done there. * All hard work should be done there.
*/ */
...@@ -363,7 +362,6 @@ static DEVICE_ATTR(mode, S_IRUGO | S_IWUSR, ...@@ -363,7 +362,6 @@ static DEVICE_ATTR(mode, S_IRUGO | S_IWUSR,
/* /*
* Show and set the bonding transmit hash method. * Show and set the bonding transmit hash method.
* The bond interface must be down to change the xmit hash policy.
*/ */
static ssize_t bonding_show_xmit_hash(struct device *d, static ssize_t bonding_show_xmit_hash(struct device *d,
struct device_attribute *attr, struct device_attribute *attr,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment