From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cedric Le Goater Subject: Re: [PATCH 2/5] Move the UTS namespace under the option Date: Wed, 31 Oct 2007 13:58:45 +0100 Message-ID: <47287C05.5060903@fr.ibm.com> References: <47285FEE.9030001@openvz.org> <472861D3.4060303@openvz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <472861D3.4060303@openvz.org> Sender: linux-kernel-owner@vger.kernel.org To: Pavel Emelyanov Cc: Andrew Morton , "Eric W. Biederman" , Serge Hallyn , Linux Containers , Linux Kernel Mailing List List-Id: containers.vger.kernel.org > 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 ? C.