Re: [RFC][PATCH 04/20] pspace: Allow multiple instaces of the processid namespace

From: Kirill Korotaev
Date: Tue Feb 21 2006 - 11:45:39 EST


I would prefer:
- sys_ns_create()
creates namespace and makes a task to inherit this namespace. If _needed_, it _can_ fork inside.

I don't see why not have both, the auto-created
*space on clone() and the ability to create empty
*spaces which can be populated and/or entered
Can you give more details on what you mean by auto-created *space and empty *space?
I see no much difference...

- sys_ns_inherit()
change active namespace.
hmm, sounds like a misnomer to me ...
sys_ns_change ? :)

But how should we reference namespace? by globabl ID?
definitely by some system-unique identifier ...
Should it be integer or path as Eric proposes?

Thanks,
Kirill

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/