From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Emelyanov Subject: [PATCH 6/6] Mark NET_NS with "depends on NAMESPACES" Date: Wed, 14 Nov 2007 14:41:14 +0300 Message-ID: <473ADEDA.8060706@openvz.org> References: <473ADB5B.50902@openvz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <473ADB5B.50902-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Andrew Morton Cc: Linux Containers , Cedric Le Goater , "Eric W. Biederman" , Linux Kernel Mailing List List-Id: containers.vger.kernel.org There's already an option controlling the net namespaces cloning code, so make it work the same way as all the other namespaces' options. Should I wait till the option itself gets to mainline and resend this patch to David? Signed-off-by: Pavel Emelyanov --- diff --git a/net/Kconfig b/net/Kconfig index ab4e6da..d61a025 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -30,7 +30,7 @@ menu "Networking options" config NET_NS bool "Network namespace support" default n - depends on EXPERIMENTAL && !SYSFS + depends on EXPERIMENTAL && !SYSFS && NAMESPACES help Allow user space to create what appear to be multiple instances of the network stack.