commit | 22f4fbd9bd283ef85126e511171932a4af703776 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Wed Nov 24 11:41:56 2010 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 24 11:41:56 2010 -0800 |
tree | fe0387429b1dceed477a05e9ecc4b27885bad929 | |
parent | bba14de98753cb6599a2dae0e520714b2153522d [diff] |
infiniband: remove dev_base_lock use 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>