commit:     54426b255db58e42cf9bbd99f31867c27b1b599c
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 19 12:34:12 2019 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Thu Sep 19 12:34:12 2019 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=54426b25

Add FILE_LOCKING to GENTOO_LINUX config. See bug #694688.

Thanks to Marius Stoica for reporting.

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 4567_distro-Gentoo-Kconfig.patch | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index d6e791a..25f36df 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -6,9 +6,9 @@
  source "lib/Kconfig.debug"
 +
 +source "distro/Kconfig"
---- /dev/null  2018-12-28 10:40:34.089999934 -0500
-+++ b/distro/Kconfig   2018-12-28 18:54:40.467970759 -0500
-@@ -0,0 +1,147 @@
+--- /dev/null  2019-09-19 03:42:24.710222248 -0400
++++ b/distro/Kconfig   2019-09-19 08:22:31.146930385 -0400
+@@ -0,0 +1,149 @@
 +menu "Gentoo Linux"
 +
 +config GENTOO_LINUX
@@ -91,6 +91,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.
@@ -123,6 +124,7 @@
 +      select EPOLL
 +      select FANOTIFY
 +      select FHANDLE
++      select FILE_LOCKING
 +      select INOTIFY_USER
 +      select IPV6
 +      select NET

Reply via email to