https://github.com/torvalds/linux
Revision d12bc6d26f92c51b28e8f4a146ffcc630b688198 authored by Shyam Prasad N on 13 March 2023, 11:09:12 UTC, committed by Steve French on 23 March 2023, 16:19:42 UTC
Currently, we only dump the pending mid information only
on the primary channel in /proc/fs/cifs/DebugData.
If multichannel is active, we do not print the pending MID
list on secondary channels.

This change will dump the pending mids for all the channels
based on server->conn_id.

Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Reviewed-by: Paulo Alcantara (SUSE) <pc@manguebit.com>
Cc: stable@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent 896cd31
Raw File
Tip revision: d12bc6d26f92c51b28e8f4a146ffcc630b688198 authored by Shyam Prasad N on 13 March 2023, 11:09:12 UTC
cifs: dump pending mids for all channels in DebugData
Tip revision: d12bc6d
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top