You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When passing a large read to receive_encrypted_read(), ensure that the
demultiplex_thread knows that a MID was processed. Without this, those
operations never complete.
This is a similar issue/fix to lease break handling:
commit 7af929d
("smb3: fix lease break problem introduced by compounding")
CC: Stable <[email protected]> # 4.19+
Fixes: b24df3e ("cifs: update receive_encrypted_standard to handle compounded responses")
Signed-off-by: Paul Aurich <[email protected]>
Tested-by: Yves-Alexis Perez <[email protected]>
Signed-off-by: Steve French <[email protected]>
Reviewed-by: Ronnie Sahlberg <[email protected]>
0 commit comments