1
0

bonding: remove bonding read/write semaphore

The whole read/write semaphore locking can be removed. It doesn't add any
protection that isn't already done by using the RTNL mutex properly.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Este cometimento está contido em:
Stephen Hemminger
2009-06-12 19:02:46 +00:00
cometido por David S. Miller
ascendente d93216051a
cometimento 7e08384045
3 ficheiros modificados com 6 adições e 36 eliminações

Ver ficheiro

@@ -351,9 +351,6 @@ extern const struct bond_parm_tbl arp_validate_tbl[];
extern const struct bond_parm_tbl fail_over_mac_tbl[];
extern struct bond_parm_tbl ad_select_tbl[];
/* exported from bond_sysfs.c */
extern struct rw_semaphore bonding_rwsem;
#if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
void bond_send_unsolicited_na(struct bonding *bond);
void bond_register_ipv6_notifier(void);