[Devel] Re: [RFC v14-rc2][PATCH 16/29] A new file type (CR_FD_OBJREF) for a file descriptor already setup
Serge E. Hallyn
serue at us.ibm.com
Wed Apr 1 06:59:52 PDT 2009
Quoting Oren Laadan (orenl at cs.columbia.edu):
> While file pointers are shared objects, they may share an underlying
> object themselves. For instance, file pointers of both ends of a pipe
> that share the same pipe inode. In this case, the shared entity to
> handle is the inode that is shared among two file pointers (e.g read-
> and write- ends). In this sort of "nested sharing" we need only save
> the underlying object once (upon first encounter) on checkpoint, and
> restore it only once during restart.
>
> To checkpoint a file descriptor of this sort, we first lookup the
> inode in the hash table:
Sorry I've not followed well on irc. What is the plan and timeline
with respect to this and Dave's fops approach? Is someone rewriting
the pipes patches on top of that? Will that replace this patch as
well? Who is doing it, and when will we see that patch?
I'm just wondering how closely to review the next 3 patches.
thanks,
-serge
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list