]> git.baikalelectronics.ru Git - kernel.git/commit
Add SMB3.11 mount option synonym for new dialect
authorSteve French <smfrench@gmail.com>
Wed, 24 Jun 2015 04:37:11 +0000 (23:37 -0500)
committerSteve French <steve.french@primarydata.com>
Sun, 28 Jun 2015 03:28:11 +0000 (20:28 -0700)
commit7d6b3437535bc9540960926d1540839a493111ec
tree3ee55544c479e51524fefb8ecfe049f86e2758ef
parentb259b51f91fa211da7e9db5db69ee02c9d951502
Add SMB3.11 mount option synonym for new dialect

Most people think of SMB 3.1.1 as SMB version 3.11 so add synonym
for "vers=3.1.1" of "vers=3.11" on mount.

Also make sure that unlike SMB3.0 and 3.02 we don't send
validate negotiate on mount (it is handled by negotiate contexts) -
add list of SMB3.11 specific functions (distinct from 3.0 dialect).

Signed-off-by: Steve French <steve.french@primarydata.com>w
fs/cifs/cifsglob.h
fs/cifs/connect.c
fs/cifs/smb2ops.c