cifs: print server capabilities in DebugData
authorShyam Prasad N <sprasad@microsoft.com>
Mon, 30 Oct 2023 11:00:07 +0000 (11:00 +0000)
committerSteve French <stfrench@microsoft.com>
Tue, 31 Oct 2023 17:38:26 +0000 (12:38 -0500)
commit52768695d36a44d352e9fb79ba27468a5363ab8d
treeb28549e0b16cc9ac9ccd2c79bfe0f39552a42c19
parent783fa2c94f4150fe1b7f7d88b3baf6d98f82b41b
cifs: print server capabilities in DebugData

In the output of /proc/fs/cifs/DebugData, we do not
print the server->capabilities field today.
With this change, we will do that.

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