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
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
back to top