Skip to content

Commit e963066

Browse files
committed
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 <[email protected]> Acked-by: Ronnie Sahlberg <[email protected]>
1 parent 88a92c9 commit e963066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs/cifs/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ config CIFS_NFSD_EXPORT
197197
Allows NFS server to export a CIFS mounted share (nfsd over cifs)
198198

199199
config CIFS_SMB_DIRECT
200-
bool "SMB Direct support (Experimental)"
200+
bool "SMB Direct support"
201201
depends on CIFS=m && INFINIBAND && INFINIBAND_ADDR_TRANS || CIFS=y && INFINIBAND=y && INFINIBAND_ADDR_TRANS=y
202202
help
203-
Enables SMB Direct experimental support for SMB 3.0, 3.02 and 3.1.1.
203+
Enables SMB Direct support for SMB 3.0, 3.02 and 3.1.1.
204204
SMB Direct allows transferring SMB packets over RDMA. If unsure,
205205
say N.
206206

0 commit comments

Comments
 (0)