commit | 4d1ae5fb752b2504cf2c3d79abdfb410a09ad928 | [log] [tgz] |
---|---|---|
author | dingtianhong <dingtianhong@huawei.com> | Tue Oct 15 16:28:42 2013 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 17 15:32:03 2013 -0400 |
tree | 96e159c832423cfeda2d18aff65e2d2afea2d4a5 | |
parent | 28c719260da032c999ecb4b73ba56311c635ef4e [diff] |
bonding: add rtnl lock and remove read lock for bond sysfs The bond_for_each_slave() will not be protected by read_lock(), only protected by rtnl_lock(), so need to replace read_lock() with rtnl_lock(). Signed-off-by: Ding Tianhong <dingtianhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>