[Devel] [PATCH RHEL8 COMMIT] config.OpenVZ: Compile fuse_kio_pcs as a module
Konstantin Khorenko
khorenko at virtuozzo.com
Thu Apr 22 18:37:46 MSK 2021
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh8-4.18.0-240.1.1.vz8.5.19
------>
commit ccc573f2a424a5c461afa1d41afcef38e7593a6b
Author: Konstantin Khorenko <khorenko at virtuozzo.com>
Date: Thu Apr 22 18:34:46 2021 +0300
config.OpenVZ: Compile fuse_kio_pcs as a module
To_merge: f1a253d054ae ("config.OpenVZ: enable modules for in-kernel
fast path for vStorage")
To_merge: dccc0728cd14 ("fuse: Switch unused engines off in Kconfig")
Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>
---
configs/kernel-4.18.0-x86_64-debug.config | 2 +-
configs/kernel-4.18.0-x86_64.config | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/kernel-4.18.0-x86_64-debug.config b/configs/kernel-4.18.0-x86_64-debug.config
index 65aa4f6f303f..78421b428fc7 100644
--- a/configs/kernel-4.18.0-x86_64-debug.config
+++ b/configs/kernel-4.18.0-x86_64-debug.config
@@ -6813,7 +6813,7 @@ CONFIG_CUSE=m
CONFIG_VIRTIO_FS=m
# CONFIG_FUSE_KIO_NOOP is not set
# CONFIG_FUSE_KIO_NULLIO is not set
-CONFIG_FUSE_KIO_PCS=y
+CONFIG_FUSE_KIO_PCS=m
CONFIG_OVERLAY_FS=m
# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set
# CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW is not set
diff --git a/configs/kernel-4.18.0-x86_64.config b/configs/kernel-4.18.0-x86_64.config
index 554403b9aa35..1cc4583aa8fd 100644
--- a/configs/kernel-4.18.0-x86_64.config
+++ b/configs/kernel-4.18.0-x86_64.config
@@ -6804,7 +6804,7 @@ CONFIG_CUSE=m
CONFIG_VIRTIO_FS=m
# CONFIG_FUSE_KIO_NOOP is not set
# CONFIG_FUSE_KIO_NULLIO is not set
-CONFIG_FUSE_KIO_PCS=y
+CONFIG_FUSE_KIO_PCS=m
CONFIG_OVERLAY_FS=m
# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set
# CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW is not set
More information about the Devel
mailing list