[NETFILTER]: netns: put table module on netns stop
authorAlexey Dobriyan <adobriyan@sw.ru>
Thu, 31 Jan 2008 12:05:34 +0000 (04:05 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:27:41 +0000 (19:27 -0800)
commitdf200969b1627e8f1cda7ce8c0707863f91bb81b
tree3dbc2d882177568f8c0047b5e10597af12599f67
parent9ea0cb2601c4747dff758a9a7a5a4a433ad527f3
[NETFILTER]: netns: put table module on netns stop

When number of entries exceeds number of initial entries, foo-tables code
will pin table module. But during table unregister on netns stop,
that additional pin was forgotten.

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/arp_tables.c
net/ipv4/netfilter/ip_tables.c
net/ipv6/netfilter/ip6_tables.c