commit: b66190da5dc83d71bba999e952ceb60aa9ec82ab Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Thu Sep 19 23:28:31 2019 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Thu Sep 19 23:28:31 2019 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b66190da
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 bc50e38..4d965e8 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:46:08.801227847 -0500 -@@ -0,0 +1,147 @@ +--- /dev/null 2019-09-19 05:54:30.650457903 -0400 ++++ b/distro/Kconfig 2019-09-19 19:19:49.541240695 -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
