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