From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Hansen Subject: [PATCH 2/4] Move checkpoint closer to namespaces Date: Fri, 05 Jun 2009 12:15:27 -0700 Message-ID: <20090605191527.05B6C68E@kernel> References: <20090605191525.C3F1C2F2@kernel> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090605191525.C3F1C2F2@kernel> 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: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Cc: Dave Hansen List-Id: containers.vger.kernel.org These are pretty intimately related, so let's make them closer to each other in Kconfig. This shoudl be pushed up into the patch that creates CONFIG_CHECKPOINT in the first place. --- linux-2.6.git-dave/init/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN init/Kconfig~move-cr-close-to-namespaces init/Kconfig --- linux-2.6.git/init/Kconfig~move-cr-close-to-namespaces 2009-06-05 11:45:19.000000000 -0700 +++ linux-2.6.git-dave/init/Kconfig 2009-06-05 11:57:46.000000000 -0700 @@ -709,6 +709,8 @@ config NET_NS Allow user space to create what appear to be multiple instances of the network stack. +source "checkpoint/Kconfig" + config BLK_DEV_INITRD bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support" depends on BROKEN || !FRV @@ -1042,8 +1044,6 @@ config SLOW_WORK See Documentation/slow-work.txt. -source "checkpoint/Kconfig" - endmenu # General setup config HAVE_GENERIC_DMA_COHERENT _