On 4/22/19 7:35 PM, Eric Dumazet wrote: > We do not need to clear f6i->rt6i_exception_bucket right before > freeing f6i. > > Note that f6i->rt6i_exception_bucket is properly protected by > f6i->exception_bucket_flushed being set to one in rt6_flush_exceptions() > under the protection of rt6_exception_lock. > > Signed-off-by: Eric Dumazet <eduma...@google.com> > Cc: Wei Wang <wei...@google.com> > --- > net/ipv6/ip6_fib.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) >
Reviewed-by: David Ahern <dsah...@gmail.com>