cifs: dump pending mids for all channels in DebugData
authorShyam Prasad N <sprasad@microsoft.com>
Mon, 13 Mar 2023 11:09:12 +0000 (11:09 +0000)
committerSteve French <stfrench@microsoft.com>
Thu, 23 Mar 2023 16:19:42 +0000 (11:19 -0500)
commitd12bc6d26f92c51b28e8f4a146ffcc630b688198
treeadaaef7f3518716baa9ceb6525d2ae984c560e11
parent896cd316b841053f6df95ab77b5f1322c16a8e18
cifs: dump pending mids for all channels in DebugData

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>
fs/cifs/cifs_debug.c