summaryrefslogtreecommitdiff
path: root/SOURCES/futex2.patch
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2021-01-03 03:24:08 +0100
committerJan200101 <sentrycraft123@gmail.com>2021-01-03 03:24:08 +0100
commitd6cbdaa78bfe1ecf6aa6a95e743bcba390a2ae93 (patch)
treee76d4a8214b33d78b5d511a5994d9d98838bc9f9 /SOURCES/futex2.patch
parent0667c4c19d88cabd3f3fbcfdc4c877b0aef83f85 (diff)
downloadkernel-fsync-5.9.tar.gz
kernel-fsync-5.9.zip
force futex25.9
futex 2 dependend on EXPERT being set before being configured. Since we don't want to deal with the 30 new configuration values that enabling EXPERT allows configuring we are just going to force it on by default via the patch
Diffstat (limited to 'SOURCES/futex2.patch')
-rw-r--r--SOURCES/futex2.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/SOURCES/futex2.patch b/SOURCES/futex2.patch
index bfd12ba..bae4138 100644
--- a/SOURCES/futex2.patch
+++ b/SOURCES/futex2.patch
@@ -160,7 +160,7 @@ index 2a5df1cf838c..440f21f5c3d8 100644
+config FUTEX2
+ bool "Enable futex2 support" if EXPERT
+ depends on FUTEX
-+ default n
++ default y
+ help
+ Experimental support for futex2 interface.
+