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-04-20 12:58:25 +00:00
|
|
|
index 1c9c8e500a48..6d00970e220e 100644
|
2013-01-30 15:55:31 +00:00
|
|
|
--- a/init/Kconfig
|
|
|
|
+++ b/init/Kconfig
|
2015-04-20 12:58:25 +00:00
|
|
|
@@ -1144,7 +1144,7 @@ config DEBUG_BLK_CGROUP
|
2013-01-30 15:55:31 +00:00
|
|
|
endif # CGROUPS
|
|
|
|
|
|
|
|
config CHECKPOINT_RESTORE
|
|
|
|
- bool "Checkpoint/restore support" if EXPERT
|
|
|
|
+ bool "Checkpoint/restore support"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Enables additional kernel features in a sake of checkpoint/restore.
|
2015-04-20 12:58:25 +00:00
|
|
|
@@ -1155,7 +1155,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
|
2014-08-20 17:22:24 +00:00
|
|
|
--
|
2014-12-09 14:25:39 +00:00
|
|
|
2.1.0
|
2014-08-20 17:22:24 +00:00
|
|
|
|