commit | f59c031e9134bb16c38980196a73d7ba40979baa | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sat Oct 07 19:30:27 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 08 21:16:30 2017 -0700 |
tree | 48f92d5e737c9078a30a1e19fc2140a9c78dd599 | |
parent | 24ba333b2c1a609fc17214ceb215e19bd9d54951 [diff] |
ipv6: __ipv6_dev_get_saddr() rcu conversion Callers hold rcu_read_lock(), so we do not need the rcu_read_lock()/rcu_read_unlock() pair. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>