]> git.baikalelectronics.ru Git - 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)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Sep 2017 23:09:04 +0000 (16:09 -0700)
commit2d3c6d13537e62628bcdfd333729a67658e73f6b
tree9a2e7297d8244d423f861067f8341880df048207
parentf834cfb0974be9a3941dff081620ac6339b13454
ipv6: fix typo in fib6_net_exit()

IPv6 FIB should use FIB6_TABLE_HASHSZ, not FIB_TABLE_HASHSZ.

Fixes: 6438b1120f4a ("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