ip6mr: switch ip6mr_get_route() to rcu_read_lock()
authorEric Dumazet <edumazet@google.com>
Thu, 23 Jun 2022 04:34:45 +0000 (04:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jun 2022 10:34:38 +0000 (11:34 +0100)
commit6fa40a29021976c91b6ad720285bdfd4410aaa34
treefb8b04ae566c06b7dd1041636c739ba78f02d07b
parent9b1c21d898fdcab75c47c9827b6ded526eb33a18
ip6mr: switch ip6mr_get_route() to rcu_read_lock()

Like ipmr_get_route(), we can use standard RCU here.

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