Home
last modified time | relevance | path

Searched hist:"488 d4cbc6f28d26ae71dbc34a815d165b5b47bc6" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Ddfs_cache.cdiff 488d4cbc6f28d26ae71dbc34a815d165b5b47bc6 Mon Apr 01 20:44:07 CDT 2024 Paulo Alcantara <pc@manguebit.com> smb: client: refresh referral without acquiring refpath_lock

[ Upstream commit 0a05ad21d77a188d06481c36d6016805a881bcc0 ]

Avoid refreshing DFS referral with refpath_lock acquired as the I/O
could block for a while due to a potentially disconnected or slow DFS
root server and then making other threads - that use same @server and
don't require a DFS root server - unable to make any progress.

Cc: stable@vger.kernel.org # 6.4+
Signed-off-by: Paulo Alcantara (Red Hat) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>