]> Pileus Git - ~andy/linux/commit
bonding: remove unwanted lock for bond_store_primaryxxx()
authordingtianhong <dingtianhong@huawei.com>
Fri, 13 Dec 2013 02:20:22 +0000 (10:20 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 14 Dec 2013 06:58:02 +0000 (01:58 -0500)
commit75ad932c182d0b3d2cab24a2e2252bb7acd42d45
treea73ddf98ba7cd29f0c46ae2e496a96631c85e93e
parent4e789fc1a62d4c25726ee053044399d71471fe2f
bonding: remove unwanted lock for bond_store_primaryxxx()

The bond_select_active_slave() will not release and acquire
bond lock, so it is no need to read the bond lock for them,
and the bond_store_primaryxxx() is already in RTNL, so remove the
unwanted lock.

Suggested-by: Jay Vosburgh <fubar@us.ibm.com>
Suggested-by: Veaceslav Falico <vfalico@redhat.com>
Signed-off-by: Ding Tianhong <dingtianhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_sysfs.c