Prev: [PATCH v21 019/100] Make file_pos_read/write() public and export kernel_write()
Next: [PATCH v21 039/100] c/r: introduce method '->checkpoint()' in struct vm_operations_struct
From: Oren Laadan on 1 May 2010 10:30 From: Dave Hansen <dave(a)linux.vnet.ibm.com> Let's not steal too much space in the 'General Setup' menu. Take a cue from the cgroups code and create a submenu. This can go upstream now. Signed-off-by: Dave Hansen <dave(a)linux.vnet.ibm.com> Acked-by: Oren Laadan <orenl(a)cs.columbia.edu> Acked-by: Serge E. Hallyn <serue(a)us.ibm.com> --- init/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init/Kconfig b/init/Kconfig index eb77e8c..bd8174f 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -664,7 +664,7 @@ config RELAY If unsure, say N. -config NAMESPACES +menuconfig NAMESPACES bool "Namespaces support" if EMBEDDED default !EMBEDDED help -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |