commit | 2084ed57167c3e39f99ac2bb19f19e85321d2169 | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <piastryyy@gmail.com> | Tue Mar 05 15:51:55 2019 -0800 |
committer | Steve French <stfrench@microsoft.com> | Tue Mar 05 18:14:27 2019 -0600 |
tree | 9b59e8ad0a9af9f4fb566379ec4e2623d955ef67 | |
parent | 6dfbd84684700cb58b34e8602c01c12f3d2595c8 [diff] |
CIFS: Only send SMB2_NEGOTIATE command on new TCP connections Do not allow commands other than SMB2_NEGOTIATE to be sent over recently established TCP connections. Return -EAGAIN to let upper layers handle it properly. Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>