Re: [PATCH net-next] ipv6: have a single rcu unlock point in __ip6_rt_update_pmtu

2019-08-05 Thread David Miller
From: David Ahern Date: Thu, 1 Aug 2019 15:18:08 -0700 > From: David Ahern > > Simplify the unlock path in __ip6_rt_update_pmtu by using a > single point where rcu_read_unlock is called. > > Signed-off-by: David Ahern Applied.

[PATCH net-next] ipv6: have a single rcu unlock point in __ip6_rt_update_pmtu

2019-08-01 Thread David Ahern
From: David Ahern Simplify the unlock path in __ip6_rt_update_pmtu by using a single point where rcu_read_unlock is called. Signed-off-by: David Ahern --- net/ipv6/route.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/net/ipv6/route.c b/net/ipv6/route.c ind