Skip to content
Commit 6f17163b authored by Ritvik Budhiraja's avatar Ritvik Budhiraja Committed by Greg Kroah-Hartman
Browse files

smb3: retrying on failed server close



commit 173217bd upstream.

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>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ba55f8a9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment