ip6mr: do not acquire mrt_lock while calling ip6_mr_forward()
authorEric Dumazet <edumazet@google.com>
Thu, 23 Jun 2022 04:34:44 +0000 (04:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jun 2022 10:34:37 +0000 (11:34 +0100)
commit9b1c21d898fdcab75c47c9827b6ded526eb33a18
treec9c083ffcdadc08b11288e88c321045d97d14945
parentdb9eb7c8ae34c4acdb8a94c3566d1b4f4b5e7b1c
ip6mr: do not acquire mrt_lock while calling ip6_mr_forward()

ip6_mr_forward() uses standard RCU protection already.

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