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
|
2014-11-03 15:15:39 +00:00
|
|
|
index 9ef459bb44b2..cc096e258a4a 100644
|
2013-01-30 15:55:31 +00:00
|
|
|
--- a/init/Kconfig
|
|
|
|
+++ b/init/Kconfig
|
2014-10-14 14:54:21 +00:00
|
|
|
@@ -1149,7 +1149,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.
|
2014-10-14 14:54:21 +00:00
|
|
|
@@ -1160,7 +1160,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"
|
|
|
|
default !EXPERT
|
|
|
|
help
|
|
|
|
Provides the way to make tasks work with different objects using
|
2014-08-20 17:22:24 +00:00
|
|
|
--
|
|
|
|
1.9.3
|
|
|
|
|