cifs: add xid to query server interface call
authorShyam Prasad N <sprasad@microsoft.com>
Mon, 30 Oct 2023 11:00:08 +0000 (11:00 +0000)
committerSteve French <stfrench@microsoft.com>
Tue, 31 Oct 2023 17:38:26 +0000 (12:38 -0500)
commit4cf6e1101a25ca5e63d48adf49b0a8a64bae790f
tree84cf86ba3c57da062739710227d31b9f5e534a93
parent52768695d36a44d352e9fb79ba27468a5363ab8d
cifs: add xid to query server interface call

We were passing 0 as the xid for the call to query
server interfaces. This is not great for debugging.
This change adds a real xid.

Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Reviewed-by: Bharath SM <bharathsm@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/connect.c