summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorGreg Thelen <gthelen@google.com>2018-04-26 11:19:33 -0700
committerDoug Ledford <dledford@redhat.com>2018-04-27 11:15:44 -0400
commit3c6b03d18df657d677808d7090b4d03bc6026efd (patch)
tree161e7e645d44a0b57f016ee8c319ec6a445f81ae /fs
parent346a47b65d10e450778ec0d21e4a9409f25daaa8 (diff)
downloadlinux-0-day-3c6b03d18df657d677808d7090b4d03bc6026efd.tar.gz
linux-0-day-3c6b03d18df657d677808d7090b4d03bc6026efd.tar.xz
cifs: smbd: depend on INFINIBAND_ADDR_TRANS
CIFS_SMB_DIRECT code depends on INFINIBAND_ADDR_TRANS provided symbols. So declare the kconfig dependency. This is necessary to allow for enabling INFINIBAND without INFINIBAND_ADDR_TRANS. Signed-off-by: Greg Thelen <gthelen@google.com> Cc: Tarick Bedeir <tarick@google.com> Reviewed-by: Long Li <longli@microsoft.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/cifs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
index 741749a986142..5f132d59dfc26 100644
--- a/fs/cifs/Kconfig
+++ b/fs/cifs/Kconfig
@@ -197,7 +197,7 @@ config CIFS_SMB311
config CIFS_SMB_DIRECT
bool "SMB Direct support (Experimental)"
- depends on CIFS=m && INFINIBAND || CIFS=y && INFINIBAND=y
+ depends on CIFS=m && INFINIBAND && INFINIBAND_ADDR_TRANS || CIFS=y && INFINIBAND=y && INFINIBAND_ADDR_TRANS=y
help
Enables SMB Direct experimental support for SMB 3.0, 3.02 and 3.1.1.
SMB Direct allows transferring SMB packets over RDMA. If unsure,