Skip to content
Commit 8c99dfb4 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 f6583444
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