[Devel] [PATCH RHEL7 COMMIT] fs/fuse kio: add dependency from infiniband to Kconfig
Konstantin Khorenko
khorenko at virtuozzo.com
Tue Mar 31 18:13:32 MSK 2020
The commit is pushed to "branch-rh7-3.10.0-1062.12.1.vz7.145.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-1062.12.1.vz7.145.5
------>
commit 83d5dbcd2125361619ebc58eee166828a053d42d
Author: Ildar Ismagilov <ildar.ismagilov at virtuozzo.com>
Date: Tue Mar 31 18:13:31 2020 +0300
fs/fuse kio: add dependency from infiniband to Kconfig
In previous patches RDMA transport support was added but
dependency from INFINIBAND is missed.
Fixes: 867c0e15fddf (fs/fuse kio: implement support RDMA transport)
Signed-off-by: Ildar Ismagilov <ildar.ismagilov at virtuozzo.com>
Signed-off-by: Ildar Ismagilov <ildar.ismagilov at virtuozzo.com>
---
fs/fuse/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/fuse/Kconfig b/fs/fuse/Kconfig
index 8ecc12182e6a6..a23947e8d05b8 100644
--- a/fs/fuse/Kconfig
+++ b/fs/fuse/Kconfig
@@ -44,7 +44,7 @@ config FUSE_KIO_NULLIO
config FUSE_KIO_PCS
tristate "Enable kdirect PCS io engine"
- depends on FUSE_FS
+ depends on FUSE_FS && INFINIBAND && INFINIBAND_ADDR_TRANS
help
This FUSE extension allows to forward io requests directly to PCS
More information about the Devel
mailing list