[Devel] Re: [PATCH 20/38] netns ct: NOTRACK in netns
Jan Engelhardt
jengelh at medozas.de
Sat Aug 23 17:35:07 PDT 2008
On Friday 2008-08-22 07:30, adobriyan at gmail.com wrote:
>
>We wait for untracked ct refcount to drop to 1 back:
>
> /* wait until all references to nf_conntrack_untracked are dropped */
> while (atomic_read(&nf_conntrack_untracked.ct_general.use) > 1)
> schedule();
>
>Consequently it should be one per netns, otherwise netns A can prevent
>netns B from stopping.
>
But nf_conntrack_cleanup is not per netns, is it?
At least I do not think it should be.
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list