ipmr: do not acquire mrt_lock while calling ip_mr_forward()
authorEric Dumazet <edumazet@google.com>
Thu, 23 Jun 2022 04:34:38 +0000 (04:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jun 2022 10:34:37 +0000 (11:34 +0100)
commit4eadb88244d17056179a47f613e30c49191072c5
tree48c2e65d6ca6a26f36f0147efa84b08da6ac57ea
parent9094db4b8004fca4899852684df2a32dab15c851
ipmr: do not acquire mrt_lock while calling ip_mr_forward()

ip_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/ipv4/ipmr.c