OSDN Git Service

ipv6: addrconf: do not block BH in ipv6_chk_home_addr()
authorEric Dumazet <edumazet@google.com>
Mon, 23 Oct 2017 23:17:51 +0000 (16:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Oct 2017 08:54:19 +0000 (17:54 +0900)
commit4e5f47ab97ce68d9f766dfedc5762940a90e4c11
treeeee9dc8bd3787345580c30e51bba2cc6faf367b8
parenta5c1d98f8ccf4359575772b36ed51f5857dd7165
ipv6: addrconf: do not block BH in ipv6_chk_home_addr()

rcu_read_lock() is enough here, no need to block BH.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c