Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932323AbWBUQqa (ORCPT ); Tue, 21 Feb 2006 11:46:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932750AbWBUQqa (ORCPT ); Tue, 21 Feb 2006 11:46:30 -0500 Received: from mailhub.sw.ru ([195.214.233.200]:16902 "EHLO relay.sw.ru") by vger.kernel.org with ESMTP id S932323AbWBUQq3 (ORCPT ); Tue, 21 Feb 2006 11:46:29 -0500 Message-ID: <43FB3FDD.6030406@sw.ru> Date: Tue, 21 Feb 2006 19:29:17 +0300 From: Kirill Korotaev User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: Herbert Poetzl CC: "Serge E. Hallyn" , "Eric W. Biederman" , linux-kernel@vger.kernel.org, vserver@list.linux-vserver.org, Alan Cox , Dave Hansen , Arjan van de Ven , Suleiman Souhlal , Hubertus Franke , Cedric Le Goater , Kyle Moffett , Greg , Linus Torvalds , Andrew Morton , Greg KH , Rik van Riel , Alexey Kuznetsov , Andrey Savochkin , Kirill Korotaev , Andi Kleen , Benjamin Herrenschmidt , Jeff Garzik , Trond Myklebust , Jes Sorensen Subject: Re: [RFC][PATCH 04/20] pspace: Allow multiple instaces of the process id namespace References: <43ECF803.8080404@sw.ru> <43F04FD6.5090603@sw.ru> <43F31972.3030902@sw.ru> <20060215133131.GD28677@MAIL.13thfloor.at> <20060216134447.GA12039@sergelap.austin.ibm.com> <43F98B67.60800@sw.ru> <20060220170448.GG18841@MAIL.13thfloor.at> In-Reply-To: <20060220170448.GG18841@MAIL.13thfloor.at> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 933 Lines: 29 >>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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/