aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/Kconfig
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2019-07-15 21:59:41 -0500
committerSteve French <stfrench@microsoft.com>2019-07-15 22:36:51 -0500
commite9630660bd9253b3ed3926e18278b740cf218365 (patch)
tree55167c51da3f9cf7aa6e1c23a2b554b44012cd19 /fs/cifs/Kconfig
parentcifs: fix crash in smb2_compound_op()/smb2_set_next_command() (diff)
downloadlinux-dev-e9630660bd9253b3ed3926e18278b740cf218365.tar.xz
linux-dev-e9630660bd9253b3ed3926e18278b740cf218365.zip
smb3: smbdirect no longer experimental
clarify Kconfig to indicate that smb direct (SMB3 over RDMA) is no longer experimental. Over the last three releases Long Li has fixed various problems uncovered by xfstesting. Signed-off-by: Steve French <stfrench@microsoft.com> Acked-by: Ronnie Sahlberg <lsahlber@redhat.com>
Diffstat (limited to 'fs/cifs/Kconfig')
-rw-r--r--fs/cifs/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
index e39c15267bb4..d6f71e3c4749 100644
--- a/fs/cifs/Kconfig
+++ b/fs/cifs/Kconfig
@@ -197,10 +197,10 @@ config CIFS_NFSD_EXPORT
Allows NFS server to export a CIFS mounted share (nfsd over cifs)
config CIFS_SMB_DIRECT
- bool "SMB Direct support (Experimental)"
+ bool "SMB Direct support"
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.
+ Enables SMB Direct support for SMB 3.0, 3.02 and 3.1.1.
SMB Direct allows transferring SMB packets over RDMA. If unsure,
say N.