https://github.com/torvalds/linux
Revision 8abcaeaed38109e5ccaf40218e0e9e387f07bfe6 authored by Shyam Prasad N on 28 October 2022, 09:52:26 UTC, committed by Steve French on 05 November 2022, 04:34:02 UTC
smb sessions and tcons currently hang off primary channel only.
Secondary channels have the lists as empty. Whenever there's a
need to iterate sessions or tcons, we should use the list in the
corresponding primary channel.

Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent 30a0b95
History
Tip revision: 8abcaeaed38109e5ccaf40218e0e9e387f07bfe6 authored by Shyam Prasad N on 28 October 2022, 09:52:26 UTC
cifs: always iterate smb sessions using primary channel
Tip revision: 8abcaea

back to top