ip6mr: remove stray rcu_read_unlock() from ip6_mr_forward()
authorEric Dumazet <edumazet@google.com>
Mon, 25 Jul 2022 20:05:54 +0000 (13:05 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 27 Jul 2022 02:59:18 +0000 (19:59 -0700)
commita7e555d4a184d7da72ed6df7d6741dc190b5ca5b
tree8ae045f6ff10751d6a751309aa8c96e093af528b
parent48c022d1627295ef4c4a85f00caf002b59800f67
ip6mr: remove stray rcu_read_unlock() from ip6_mr_forward()

One rcu_read_unlock() should have been removed in blamed commit.

Fixes: 9b1c21d898fd ("ip6mr: do not acquire mrt_lock while calling ip6_mr_forward()")
Reported-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Link: https://lore.kernel.org/r/20220725200554.2563581-1-eric.dumazet@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv6/ip6mr.c