Files
linux/fs/smb/client
Paulo Alcantara c32b624fa4 smb: client: fix potential race in cifs_put_tcon()
dfs_cache_refresh() delayed worker could race with cifs_put_tcon(), so
make sure to call list_replace_init() on @tcon->dfs_ses_list after
kworker is cancelled or finished.

Fixes: 4f42a8b54b ("smb: client: fix DFS interlink failover")
Signed-off-by: Paulo Alcantara (Red Hat) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
2024-12-06 09:14:38 -06:00
..
2024-11-28 09:51:14 -06:00
2024-10-16 00:30:52 -05:00
2024-09-24 21:51:48 -05:00
2024-11-03 01:28:07 -05:00