Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ksmbd: conn lock to serialize smb2 negotiate
If client send parallel smb2 negotiate request on same connection, ksmbd_conn can be racy. smb2 negotiate handling that are not performance-related can be serialized with conn lock. Signed-off-by: Namjae Jeon <[email protected]>
- Loading branch information