[CRIU] [PATCH 02/14] mount: save mount tree for each namespace

Pavel Emelyanov xemul at parallels.com
Fri Apr 18 01:34:43 PDT 2014


> @@ -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.


More information about the CRIU mailing list