cifs: print all credit counters in DebugData
authorShyam Prasad N <sprasad@microsoft.com>
Fri, 9 Jun 2023 17:46:55 +0000 (17:46 +0000)
committerSteve French <stfrench@microsoft.com>
Mon, 12 Jun 2023 01:52:48 +0000 (20:52 -0500)
commit2a44b389664c193dc06cb37d9663d3c5a2a2b743
tree95d3f08cba0641a774aa99776b378bfcdc5f9b4a
parent91f4480c41f56f7c723323cf7f581f1d95d9ffbc
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/smb/client/cifs_debug.c