git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28c7192
)
bonding: add rtnl lock and remove read lock for bond sysfs
author
dingtianhong
<dingtianhong@huawei.com>
Tue, 15 Oct 2013 08:28:42 +0000
(16:28 +0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 17 Oct 2013 19:32:03 +0000
(15:32 -0400)
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>
No differences found