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-15 14:47:18 +00:00
|
|
|
index 98af72b9a002..73f60b09ecd1 100644
|
2013-01-30 15:55:31 +00:00
|
|
|
--- a/init/Kconfig
|
|
|
|
+++ b/init/Kconfig
|
2015-04-15 14:47:18 +00:00
|
|
|
@@ -1148,7 +1148,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-15 14:47:18 +00:00
|
|
|
@@ -1159,7 +1159,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
|
|
|
--
|
2014-12-09 14:25:39 +00:00
|
|
|
2.1.0
|
2014-08-20 17:22:24 +00:00
|
|
|
|