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
COPYING
The Linux Kernel is provided under:

	SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

Being under the terms of the GNU General Public License version 2 only,
according with:

	LICENSES/preferred/GPL-2.0

With an explicit syscall exception, as stated at:

	LICENSES/exceptions/Linux-syscall-note

In addition, other licenses may also apply. Please see:

	Documentation/process/license-rules.rst

for more details.

All contributions to the Linux Kernel are subject to this COPYING file.
back to top