]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
smb: client: change smbd_post_send_empty() to void return
authorStefan Metzmacher <metze@samba.org>
Fri, 17 Oct 2025 18:33:10 +0000 (20:33 +0200)
committerSteve French <stfrench@microsoft.com>
Thu, 16 Apr 2026 02:58:22 +0000 (21:58 -0500)
commit15c7e492610f001e1ff6480c6b5d9d1653afaa3c
tree429014d40903f0a290bf2fa1117564c7d59ac757
parentb942f351c25051f971a39fac06ebed02da9a648e
smb: client: change smbd_post_send_empty() to void return

The caller doesn't check, so we better call
smbdirect_socket_schedule_cleanup() to handle the error.

Cc: Steve French <smfrench@gmail.com>
Cc: Tom Talpey <tom@talpey.com>
Cc: Long Li <longli@microsoft.com>
Cc: 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>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smbdirect.c