Skip to content
Commit 173217bd authored by Ritvik Budhiraja's avatar Ritvik Budhiraja Committed by Steve French
Browse files

smb3: retrying on failed server close



In the current implementation, CIFS close sends a close to the
server and does not check for the success of the server close.
This patch adds functionality to check for server close return
status and retries in case of an EBUSY or EAGAIN error.

This can help avoid handle leaks

Cc: stable@vger.kernel.org
Signed-off-by: default avatarRitvik Budhiraja <rbudhiraja@microsoft.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 93cee45c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment