Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
Enable SMB2 kernel support
Browse files Browse the repository at this point in the history
This allows mounting Windows SMB shares with `vers=2.1` argument, otherwise only `vers=1.0` works.
SMB1.0 support has been disabled by default with Windows 10 Fall Creators Update 1709.
  • Loading branch information
Leonid Makarov committed Jun 29, 2018
1 parent 9bdf7eb commit a105170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel_config
Expand Up @@ -4446,7 +4446,7 @@ CONFIG_CIFS_UPCALL=y
CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set
CONFIG_CIFS_DFS_UPCALL=y
# CONFIG_CIFS_SMB2 is not set
CONFIG_CIFS_SMB2=y
CONFIG_CIFS_FSCACHE=y
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
Expand Down

0 comments on commit a105170

Please sign in to comment.