]> asedeno.scripts.mit.edu Git - linux.git/commit
ipv6: fix typo in fib6_net_exit()
authorEric Dumazet <edumazet@google.com>
Fri, 8 Sep 2017 22:48:47 +0000 (15:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Sep 2017 23:09:04 +0000 (16:09 -0700)
commit32a805baf0fb70b6dbedefcd7249ac7f580f9e3b
tree9a2e7297d8244d423f861067f8341880df048207
parent1f3b359f1004bd34b7b0bad70b93e3c7af92a37b
ipv6: fix typo in fib6_net_exit()

IPv6 FIB should use FIB6_TABLE_HASHSZ, not FIB_TABLE_HASHSZ.

Fixes: ba1cc08d9488 ("ipv6: fix memory leak with multiple tables during netns destruction")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_fib.c