commit | 6d08658736fc8b4baae778a7f51d2c7baa47eeff | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Jun 23 04:34:41 2022 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 24 11:34:37 2022 +0100 |
tree | 4a15ba6eab62dfaab505b18d74188304ca0a6df2 | |
parent | 3493a5b730e5c0dfecb445e56a4ad36a36819ba9 [diff] |
ip6mr: do not acquire mrt_lock in pim6_rcv() rcu_read_lock() protection is more than enough. vif_dev_read() supports either mrt_lock or rcu_read_lock(). Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>