cifs: print all credit counters in DebugData
authorSteve French <stfrench@microsoft.com>
Fri, 16 Jun 2023 01:28:25 +0000 (20:28 -0500)
committerSteve French <stfrench@microsoft.com>
Fri, 16 Jun 2023 01:28:25 +0000 (20:28 -0500)
commit81a819c4c96e9720942f3a337f4fcd8d393e75f4
treef203fbe336f23b84712d7568e891b3b5eec9fe77
parent99b05ba60e75373bce29a24b1b991e319c6c315a
cifs: print all credit counters in DebugData

Output of /proc/fs/cifs/DebugData shows only the per-connection
counter for the number of credits of regular type. i.e. the
credits reserved for echo and oplocks are not displayed.

There have been situations recently where having this info
would have been useful. This change prints the credit counters
of all three types: regular, echo, oplocks.

Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifs_debug.c