kernel/criu-no-expert.patch

33 lines
863 B
Diff
Raw Normal View History

From: "kernel-team@fedoraproject.org" <kernel-team@fedoraproject.org>
Date: Wed, 30 Jan 2013 10:55:31 -0500
Subject: [PATCH] criu: no expert
Bugzilla: N/A
Upstream-status: Fedora mustard
---
init/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/init/Kconfig b/init/Kconfig
2015-06-26 13:33:38 +00:00
index f3e3a0d45d40..41765c00d633 100644
--- a/init/Kconfig
+++ b/init/Kconfig
2015-06-26 13:33:38 +00:00
@@ -1130,7 +1130,7 @@ config DEBUG_BLK_CGROUP
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-06-26 13:33:38 +00:00
@@ -1141,7 +1141,7 @@ config CHECKPOINT_RESTORE
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
default !EXPERT
help