summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2019-09-20 11:49:15 -0400
committerMike Pagano <mpagano@gentoo.org>2019-09-20 11:49:15 -0400
commit35d7a0cc8c2ab26bfe1556a6bef43a460a65f1db (patch)
treedb13a55a8894aeafdbd0e427abda4aa5eb9e6888
parentLinux patch 4.4.193 (diff)
downloadlinux-patches-35d7a0cc8c2ab26bfe1556a6bef43a460a65f1db.tar.gz
linux-patches-35d7a0cc8c2ab26bfe1556a6bef43a460a65f1db.tar.bz2
linux-patches-35d7a0cc8c2ab26bfe1556a6bef43a460a65f1db.zip
Add FILE_LOCKING to GENTOO_LINUX config. See bug #694688.
Thanks to Marius Stoica for reporting. Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r--4567_distro-Gentoo-Kconfig.patch8
1 files changed, 5 insertions, 3 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index cf6d3e82..659e7375 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -7,9 +7,9 @@
+source "distro/Kconfig"
+
source "arch/$SRCARCH/Kconfig"
---- /dev/null 2018-12-29 10:35:01.760002288 -0500
-+++ b/distro/Kconfig 2018-12-29 17:55:02.604248039 -0500
-@@ -0,0 +1,147 @@
+--- /dev/null 2019-09-20 03:00:17.810181765 -0400
++++ b/distro/Kconfig 2019-09-20 10:41:54.935390644 -0400
+@@ -0,0 +1,149 @@
+menu "Gentoo Linux"
+
+config GENTOO_LINUX
@@ -92,6 +92,7 @@
+ depends on GENTOO_LINUX
+
+ select BINFMT_SCRIPT
++ select FILE_LOCKING
+
+ help
+ The init system is the first thing that loads after the kernel booted.
@@ -124,6 +125,7 @@
+ select EPOLL
+ select FANOTIFY
+ select FHANDLE
++ select FILE_LOCKING
+ select INOTIFY_USER
+ select IPV6
+ select NET