commit | 0f56db831456cb4bf85a15c7a900b7138d89b6eb | [log] [tgz] |
---|---|---|
author | Shyam Prasad N <sprasad@microsoft.com> | Wed Feb 03 22:49:52 2021 -0800 |
committer | Steve French <stfrench@microsoft.com> | Tue Feb 16 15:35:57 2021 -0600 |
tree | 5f4068bd598501855a5c21295de9da82ff1fc33d | |
parent | 731ddc09c25b0c5037fe51b943cb9b2ff9f18191 [diff] |
cifs: New optype for session operations. We used to share the CIFS_NEG_OP flag between negotiate and session authentication. There was an assumption in the code that CIFS_NEG_OP is used by negotiate only. So introcuded CIFS_SESS_OP and used it for session setup optypes. Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>