[Devel] [PATCH 2/4] Move checkpoint closer to namespaces
Dave Hansen
dave at linux.vnet.ibm.com
Fri Jun 5 12:15:27 PDT 2009
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
_
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list