diff options
author | Steve French <smfrench@gmail.com> | 2012-11-28 23:21:06 -0600 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-12-05 13:27:29 -0600 |
commit | dd446b16edd74ca525208d924d426f786dd973f8 (patch) | |
tree | 5699eb645592ce2cc078ced6a91df6916ff577ae /fs/cifs/cifsglob.h | |
parent | 21cb2d90c76cbc951da3a266f0dd439d64f3114a (diff) | |
download | linux-dd446b16edd74ca525208d924d426f786dd973f8.tar.bz2 |
Add SMB2.02 dialect support
This patch enables optional for original SMB2 (SMB2.02) dialect
by specifying vers=2.0 on mount.
Reviewed-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index d1a93d32db81..ac66409fb9d3 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -178,6 +178,7 @@ struct smb_rqst { enum smb_version { Smb_1 = 1, + Smb_20, Smb_21, Smb_30, }; |