2014-08-20 17:22:24 +00:00
|
|
|
From: "kernel-team@fedoraproject.org" <kernel-team@fedoraproject.org>
|
|
|
|
Date: Wed, 30 Jan 2013 10:55:31 -0500
|
|
|
|
Subject: [PATCH] criu: no expert
|
|
|
|
|
2013-12-17 16:16:02 +00:00
|
|
|
Bugzilla: N/A
|
|
|
|
Upstream-status: Fedora mustard
|
2014-08-20 17:22:24 +00:00
|
|
|
---
|
|
|
|
init/Kconfig | 4 ++--
|
|
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
2013-12-17 16:16:02 +00:00
|
|
|
|
2013-01-30 15:55:31 +00:00
|
|
|
diff --git a/init/Kconfig b/init/Kconfig
|
2015-07-06 20:34:35 +00:00
|
|
|
index 648bb79d6b73..860ca236975f 100644
|
2013-01-30 15:55:31 +00:00
|
|
|
--- a/init/Kconfig
|
|
|
|
+++ b/init/Kconfig
|
2015-07-06 20:34:35 +00:00
|
|
|
@@ -1137,7 +1137,7 @@ config CGROUP_WRITEBACK
|
2013-01-30 15:55:31 +00:00
|
|
|
endif # CGROUPS
|
|
|
|
|
|
|
|
config CHECKPOINT_RESTORE
|
|
|
|
- bool "Checkpoint/restore support" if EXPERT
|
|
|
|
+ bool "Checkpoint/restore support"
|
2015-06-29 15:24:25 +00:00
|
|
|
select PROC_CHILDREN
|
2013-01-30 15:55:31 +00:00
|
|
|
default n
|
|
|
|
help
|
2015-07-06 20:34:35 +00:00
|
|
|
@@ -1149,7 +1149,7 @@ config CHECKPOINT_RESTORE
|
2013-01-30 15:55:31 +00:00
|
|
|
If unsure, say N here.
|
|
|
|
|
|
|
|
menuconfig NAMESPACES
|
|
|
|
- bool "Namespaces support" if EXPERT
|
|
|
|
+ bool "Namespaces support"
|
2015-04-16 14:55:18 +00:00
|
|
|
depends on MULTIUSER
|
2013-01-30 15:55:31 +00:00
|
|
|
default !EXPERT
|
|
|
|
help
|