| Submitter | Jay Vosburgh |
|---|---|
| Date | May 5, 2009, 7:56 p.m. |
| Message ID | <19313.1241553381@death.nxdomain.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/26890/ |
| State | RFC |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/drivers/net/bonding/bond_alb.c b/drivers/net/bonding/bond_alb.c index 4489e58..d199446 100644 --- a/drivers/net/bonding/bond_alb.c +++ b/drivers/net/bonding/bond_alb.c @@ -1520,15 +1520,8 @@ int bond_alb_init_slave(struct bonding *bond, struct slave *slave) return res; } - /* caller must hold the bond lock for write since the mac addresses - * are compared and may be swapped. - */ - read_lock(&bond->lock); - res = alb_handle_addr_collision_on_attach(bond, slave); - read_unlock(&bond->lock); - if (res) { return res; }