[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)
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>

No differences found