diff options
author | Mike Pagano <mpagano@gentoo.org> | 2019-09-19 19:16:36 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2019-09-19 19:16:36 -0400 |
commit | 8a474e9d6005b01b6cf636e6c1d4f7fa8ef57c86 (patch) | |
tree | 4ed1e0a3ce49b7cd8756227d4eeb06cfd8723ddd | |
parent | Linux patch 4.9.193 (diff) | |
download | linux-patches-8a474e9d6005b01b6cf636e6c1d4f7fa8ef57c86.tar.gz linux-patches-8a474e9d6005b01b6cf636e6c1d4f7fa8ef57c86.tar.bz2 linux-patches-8a474e9d6005b01b6cf636e6c1d4f7fa8ef57c86.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.patch | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 6e82afd4..1d9fb93b 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:51:13.992943745 -0500 -@@ -0,0 +1,147 @@ +--- /dev/null 2019-09-19 05:54:30.650457903 -0400 ++++ b/distro/Kconfig 2019-09-19 19:10:28.820235838 -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 |