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:
bba14de
)
infiniband: remove dev_base_lock use
author
Eric Dumazet
<eric.dumazet@gmail.com>
Wed, 24 Nov 2010 19:41:56 +0000
(11:41 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 24 Nov 2010 19:41:56 +0000
(11:41 -0800)
dev_base_lock is the legacy way to lock the device list, and is planned
to disappear. (writers hold RTNL, readers hold RCU lock)
Convert rdma_translate_ip() and update_ipv6_gids() to RCU locking.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found