diff options
author | Paulo Alcantara <pc@manguebit.com> | 2023-04-27 04:40:08 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-05-11 23:17:38 +0900 |
commit | 3139ea00ef1b9f0d964b068b58a48b989d71c0b4 (patch) | |
tree | 2c092d3abd279f725b9095eb9bf06e3f1d7b7486 /lib/debugobjects.c | |
parent | e2fa5a6841d424c85b304fcef04201200d0c33b1 (diff) |
cifs: avoid potential races when handling multiple dfs tcons
commit 6be2ea33a4093402252724a00c4af8033725184c upstream.
Now that a DFS tcon manages its own list of DFS referrals and
sessions, there is no point in having a single worker to refresh
referrals of all DFS tcons. Make it faster and less prone to race
conditions when having several mounts by queueing a worker per DFS
tcon that will take care of refreshing only the DFS referrals related
to it.
Cc: stable@vger.kernel.org # v6.2+
Signed-off-by: Paulo Alcantara (SUSE) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions