]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Mar 2023 10:49:21 +0000 (12:49 +0200)
commitd4bab65f80cefda01b1f9b6c7a22db139187705d
tree52d048a9d55fddcb4e9cb6f361c69331c4020b67
parentdc9e203f9f51f59f19a5c521bd1378be0daa6227
cifs: print session id while listing open files

commit 175b54abc443b6965e9379b71ec05f7c73c192e9 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/cifs_debug.c