]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd0c7e692c296c684b818b0c38f801cf7b421b26f
tree48c2e65d6ca6a26f36f0147efa84b08da6ac57ea
parent160c84f4160e41cae1475406b973b9ecc8af6c99
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