Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:master commit in: /
Date: Wed, 18 Sep 2019 19:35:44
Message-Id: 1568835300.107277b141052bc8f7fe406453cdb51e4bb0fc1d.mpagano@gentoo
1 commit: 107277b141052bc8f7fe406453cdb51e4bb0fc1d
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 18 19:35:00 2019 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 18 19:35:00 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=107277b1
7
8 select FILE_LOCKING for both non-systemd and systemd config
9
10 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
11
12 4567_distro-Gentoo-Kconfig.patch | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
16 index 6ac8208..ecff093 100644
17 --- a/4567_distro-Gentoo-Kconfig.patch
18 +++ b/4567_distro-Gentoo-Kconfig.patch
19 @@ -6,9 +6,9 @@
20 source "Documentation/Kconfig"
21 +
22 +source "distro/Kconfig"
23 ---- /dev/null 2018-12-28 10:40:34.089999934 -0500
24 -+++ b/distro/Kconfig 2018-12-28 18:54:40.467970759 -0500
25 -@@ -0,0 +1,147 @@
26 +--- /dev/null 2019-09-18 03:31:42.730171526 -0400
27 ++++ b/distro/Kconfig 2019-09-18 13:28:03.170769896 -0400
28 +@@ -0,0 +1,149 @@
29 +menu "Gentoo Linux"
30 +
31 +config GENTOO_LINUX
32 @@ -91,6 +91,7 @@
33 + depends on GENTOO_LINUX
34 +
35 + select BINFMT_SCRIPT
36 ++ select FILE_LOCKING
37 +
38 + help
39 + The init system is the first thing that loads after the kernel booted.
40 @@ -123,6 +124,7 @@
41 + select EPOLL
42 + select FANOTIFY
43 + select FHANDLE
44 ++ select FILE_LOCKING
45 + select INOTIFY_USER
46 + select IPV6
47 + select NET