]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.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)
committerSeth Forshee <seth.forshee@canonical.com>
Wed, 20 Sep 2017 12:23:45 +0000 (07:23 -0500)
commite379c90034ee29416f840d170d6945a008cc94c0
tree2410a4cec87a7f7fe54c90e10531a6d0de69e813
parent1cd42247f818aeaa68fcb87905086f2d3d9b1251
ipv6: fix typo in fib6_net_exit()

BugLink: http://bugs.launchpad.net/bugs/1718412
[ Upstream commit 32a805baf0fb70b6dbedefcd7249ac7f580f9e3b ]

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
net/ipv6/ip6_fib.c