[Devel] Re: [BIG RFC] Filesystem-based checkpoint

Dave Hansen dave at linux.vnet.ibm.com
Mon Nov 3 09:48:29 PST 2008


On Mon, 2008-11-03 at 09:23 -0800, Dave Hansen wrote:
> The problem is that we can't possibly use refcounts (at least the ones
> we have today) alone.  For instance, with the pid namespace, we would
> have 1 ref for the 'init' process doing the sys_restore() call and then
> a possible second refcount for /proc.  Perhaps we could differentiate
> references to namespaces that instantiate objects inside the namespaces
> from purely references to the namespace *itself*.

By this, I mean something along the lines of 'mm_struct's mm_users vs.
mm_count.

-- Dave

_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list