Skip to content

Commit

Permalink
SMB3.1.1 dialect is no longer experimental
Browse files Browse the repository at this point in the history
SMB3.1.1 is a very important dialect, with much improved security.
We can remove the ExPERIMENTAL comments about it. It is widely
supported by servers.

Signed-off-by: Steve French <[email protected]>
CC: Stable <[email protected]>
  • Loading branch information
smfrench authored and Steve French committed Apr 2, 2018
1 parent 6188f28 commit d68f353
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions fs/cifs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,13 @@ config CIFS_NFSD_EXPORT
Allows NFS server to export a CIFS mounted share (nfsd over cifs)

config CIFS_SMB311
bool "SMB3.1.1 network file system support (Experimental)"
bool "SMB3.1.1 network file system support"
depends on CIFS
select CRYPTO_SHA512

help
This enables experimental support for the newest, SMB3.1.1, dialect.
This dialect includes improved security negotiation features.
If unsure, say N
This enables support for the newest, and most secure dialect, SMB3.11.
If unsure, say Y

config CIFS_SMB_DIRECT
bool "SMB Direct support (Experimental)"
Expand Down

0 comments on commit d68f353

Please sign in to comment.