OSDN Git Service

ipv6: __ipv6_dev_get_saddr() rcu conversion
authorEric Dumazet <edumazet@google.com>
Sun, 8 Oct 2017 02:30:27 +0000 (19:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Oct 2017 04:16:30 +0000 (21:16 -0700)
commitf59c031e9134bb16c38980196a73d7ba40979baa
tree48f92d5e737c9078a30a1e19fc2140a9c78dd599
parent24ba333b2c1a609fc17214ceb215e19bd9d54951
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>
net/ipv6/addrconf.c