]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit18860c47cce29c6dd4c5b637525ddf037680a665
treefb8b04ae566c06b7dd1041636c739ba78f02d07b
parentada99d2d0f3a8bc6167082bf7691fb556eb08a8b
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