]> git.baikalelectronics.ru Git - kernel.git/commit
smb3: fix lease break problem introduced by compounding
authorSteve French <stfrench@microsoft.com>
Tue, 2 Oct 2018 23:54:09 +0000 (18:54 -0500)
committerSteve French <stfrench@microsoft.com>
Tue, 2 Oct 2018 23:54:09 +0000 (18:54 -0500)
commitc1a9997a2c480499d4256fcd2d4d784804cf040a
tree299dbd511f05d4e3a3a1fa42429c3107cbd5dbe9
parent559e53dd06b585e21f462d2bd1c18a2d6030a52b
smb3: fix lease break problem introduced by compounding

Fixes problem (discovered by Aurelien) introduced by recent commit:
commit 60d162189341c2c0c0e13183696be1746b9b3ef9
("cifs: update receive_encrypted_standard to handle compounded responses")

which broke the ability to respond to some lease breaks
(lease breaks being ignored is a problem since can block
server response for duration of the lease break timeout).

Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
fs/cifs/connect.c