commit | e4aa25e7801163df058f62c617b859e9d3d4b148 | [log] [tgz] |
---|---|---|
author | Steve French <smfrench@gmail.com> | Mon Oct 01 12:26:22 2012 -0500 |
committer | Steve French <smfrench@gmail.com> | Mon Oct 01 12:26:22 2012 -0500 |
tree | 1c69663679f64f8a24c71cfe5efb2cbeb2ab4ee9 | |
parent | c052e2b423f3eabe9f3f32e60744afa5cf26f6b9 [diff] |
[CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=) Based on whether the user (on mount command) chooses: vers=3.0 (for smb3.0 support) vers=2.1 (for smb2.1 support) or (with subsequent patch, which will allow SMB2 support) vers=2.0 (for original smb2.02 dialect support) send only one dialect at a time during negotiate (we had been sending a list). Reviewed-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <smfrench@gmail.com>