smb: client: fill in smbdirect_socket.first_error on error
authorStefan Metzmacher <metze@samba.org>
Thu, 28 Aug 2025 10:12:09 +0000 (12:12 +0200)
committerSteve French <stfrench@microsoft.com>
Sun, 28 Sep 2025 23:29:51 +0000 (18:29 -0500)
commit98a1cdca35eac55407c76067cdffd19aade0026c
treed7c392c40cabbd9894bd06e5df1f72a7b323a942
parentffbfc73e84eb829f7e2f901594271557de860827
smb: client: fill in smbdirect_socket.first_error on error

For now we just use -ECONNABORTED, but it will get more detailed
later.

Cc: Steve French <smfrench@gmail.com>
Cc: Tom Talpey <tom@talpey.com>
Cc: Long Li <longli@microsoft.com>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Cc: linux-cifs@vger.kernel.org
Cc: samba-technical@lists.samba.org
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smbdirect.c