cifs: print session id while listing open files
authorShyam Prasad N <sprasad@microsoft.com>
Mon, 13 Mar 2023 12:17:34 +0000 (12:17 +0000)
committerSteve French <stfrench@microsoft.com>
Thu, 23 Mar 2023 16:19:42 +0000 (11:19 -0500)
commit175b54abc443b6965e9379b71ec05f7c73c192e9
treeef9b65e5f92f6340ae0798bddec9a38fb9260cfa
parentd12bc6d26f92c51b28e8f4a146ffcc630b688198
cifs: print session id while listing open files

In the output of /proc/fs/cifs/open_files, we only print
the tree id for the tcon of each open file. It becomes
difficult to know which tcon these files belong to with
just the tree id.

This change dumps ses id in addition to all other data today.

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>
fs/cifs/cifs_debug.c