summaryrefslogtreecommitdiffstats
path: root/criu-no-expert.patch
diff options
context:
space:
mode:
authorJeremy Cline <jcline@redhat.com>2018-08-23 10:08:57 -0400
committerJeremy Cline <jcline@redhat.com>2018-08-23 10:08:57 -0400
commit9b4f0fa7126b0cc7bacaaeb466e823f812c824c6 (patch)
treeae0d20fb13be822611dde632af4ecf3082982af4 /criu-no-expert.patch
parentf17554469f058c5d790a774d4624bf261b3edf3e (diff)
downloadkernel-9b4f0fa7126b0cc7bacaaeb466e823f812c824c6.tar.gz
kernel-9b4f0fa7126b0cc7bacaaeb466e823f812c824c6.tar.xz
kernel-9b4f0fa7126b0cc7bacaaeb466e823f812c824c6.zip
Linux v4.18-11682-g815f0ddb346c
Diffstat (limited to 'criu-no-expert.patch')
-rw-r--r--criu-no-expert.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/criu-no-expert.patch b/criu-no-expert.patch
deleted file mode 100644
index 430bfd095..000000000
--- a/criu-no-expert.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 235b02d70a6a9837896c2ff4ca9d03f172cc4281 Mon Sep 17 00:00:00 2001
-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
-index 2934249fba46..19d9ee8c120b 100644
---- a/init/Kconfig
-+++ b/init/Kconfig
-@@ -871,7 +871,7 @@ config SOCK_CGROUP_DATA
- endif # CGROUPS
-
- menuconfig NAMESPACES
-- bool "Namespaces support" if EXPERT
-+ bool "Namespaces support"
- depends on MULTIUSER
- default !EXPERT
- help
-@@ -1321,7 +1321,7 @@ config MEMBARRIER
- If unsure, say Y.
-
- config CHECKPOINT_RESTORE
-- bool "Checkpoint/restore support" if EXPERT
-+ bool "Checkpoint/restore support"
- select PROC_CHILDREN
- default n
- help
---
-2.14.3
-