From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Emelyanov Subject: Re: [PATCH 2/5] Move the UTS namespace under the option Date: Wed, 31 Oct 2007 17:04:29 +0300 Message-ID: <47288B6D.4080703@openvz.org> References: <47285FEE.9030001@openvz.org> <472861D3.4060303@openvz.org> <47287C05.5060903@fr.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <47287C05.5060903@fr.ibm.com> Sender: linux-kernel-owner@vger.kernel.org To: Cedric Le Goater Cc: Andrew Morton , "Eric W. Biederman" , Serge Hallyn , Linux Containers , Linux Kernel Mailing List List-Id: containers.vger.kernel.org Cedric Le Goater wrote: >> diff --git a/init/Kconfig b/init/Kconfig >> index fc76773..d592aa2 100644 >> --- a/init/Kconfig >> +++ b/init/Kconfig >> @@ -409,6 +409,13 @@ config NAMESPACES >> or same user id or pid may refer to different tasks when used in >> different namespaces. >> >> +config UTS_NS >> + bool "UTS namespace" >> + depends on NAMESPACES > > should we add a 'default y' like in 2.6.23 ? I think no. This is an experimental stuff, so the ones who really need it should better say it explicitly. > C. > Thanks, Pavel