[CRIU] [PATCH 02/14] mount: save mount tree for each namespace
Andrew Vagin
avagin at parallels.com
Fri Apr 18 02:12:51 PDT 2014
On Fri, Apr 18, 2014 at 12:34:43PM +0400, Pavel Emelyanov wrote:
>
> > @@ -16,6 +16,11 @@ struct ns_id {
> > struct ns_desc *nd;
> > struct ns_id *next;
> > futex_t created; /* boolean */
> > + union {
> > + struct {
> > + struct mount_info *mntinfo_tree;
> > + } mnt;
> > + };
> > };
> > extern struct ns_id *ns_ids;
> >
>
> I hope global mntoifo_tree goes away eventually.
Sure
More information about the CRIU
mailing list