From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH 10/21] linux: Disable the Distributed Lock Manager Date: Mon, 26 Dec 2022 19:27:49 +0000 Message-ID: <1df91d74-5dda-1d72-0318-05caa4c29792@ipfire.org> In-Reply-To: <0e60a1de-6210-835e-54a4-ec5e3128e42e@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3774648238082711806==" List-Id: --===============3774648238082711806== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Backported from IPFire 3.x as 01543109ec90c284b20cda0e74c96c4c136e9c05. Signed-off-by: Peter M=C3=BCller --- config/kernel/kernel.config.x86_64-ipfire | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel= .config.x86_64-ipfire index 39ca3af30..1ad577a03 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -2290,7 +2290,6 @@ CONFIG_MD_RAID10=3Dm CONFIG_MD_RAID456=3Dm CONFIG_MD_MULTIPATH=3Dm CONFIG_MD_FAULTY=3Dm -# CONFIG_MD_CLUSTER is not set CONFIG_BCACHE=3Dm # CONFIG_BCACHE_DEBUG is not set # CONFIG_BCACHE_CLOSURES_DEBUG is not set @@ -6865,8 +6864,7 @@ CONFIG_NLS_MAC_INUIT=3Dm CONFIG_NLS_MAC_ROMANIAN=3Dm CONFIG_NLS_MAC_TURKISH=3Dm CONFIG_NLS_UTF8=3Dm -CONFIG_DLM=3Dm -# CONFIG_DLM_DEBUG is not set +# CONFIG_DLM is not set # CONFIG_UNICODE is not set CONFIG_IO_WQ=3Dy # end of File systems --=20 2.35.3 --===============3774648238082711806==--