]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Apr 2024 13:28:34 +0000 (15:28 +0200)
commit407ced4e770eb6d1b2fcc91a3782a37a1198db11
tree8ffa049f2b2878a1060eba75a14c53d737860c04
parent0c8aa4cfda4e4adb15d5b6536d155eca9c9cd44c
cifs: add xid to query server interface call

[ Upstream commit 4cf6e1101a25ca5e63d48adf49b0a8a64bae790f ]

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>
Stable-dep-of: 13c0a74747cb ("cifs: make sure server interfaces are requested only for SMB3+")
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/smb/client/connect.c