]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Mar 2023 10:49:21 +0000 (12:49 +0200)
commitdc9e203f9f51f59f19a5c521bd1378be0daa6227
treeffed038917bcfd581a2c63c9d1457d2be308881e
parentf401c35e6cb458708050df4a7c23df61b1333549
cifs: dump pending mids for all channels in DebugData

commit d12bc6d26f92c51b28e8f4a146ffcc630b688198 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/cifs_debug.c