]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferred
authorSteve French <smfrench@gmail.com>
Sat, 8 Jul 2017 23:48:15 +0000 (18:48 -0500)
committerSteve French <smfrench@gmail.com>
Sat, 8 Jul 2017 23:57:07 +0000 (18:57 -0500)
commit2a38e12053b760a8f5e85030eb89512660077c15
tree63c2fb7884899653fb85a5249708bccc58e1e9ef
parent511c54a2f69195b28afb9dd119f03787b1625bb4
[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferred

Remove the CONFIG_CIFS_SMB2 ifdef and Kconfig option since they
must always be on now.

For various security reasons, SMB3 and later are STRONGLY preferred
over CIFS and older dialects, and SMB3 (and later) will now be
the default dialects so we do not want to allow them to be
ifdeffed out.

In the longer term, we may be able to make older CIFS support
disableable in Kconfig with a new set of #ifdef, but we always
want SMB3 and later support enabled.

Signed-off-by: Steven French <smfrench@gmail.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
fs/cifs/Kconfig
fs/cifs/Makefile
fs/cifs/cifs_unicode.c
fs/cifs/cifs_unicode.h
fs/cifs/cifsfs.c
fs/cifs/cifsglob.h
fs/cifs/connect.c
fs/cifs/ioctl.c
fs/cifs/link.c
fs/cifs/misc.c