]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
smb: client: let smbd_post_send_iter() get remaining_length and return data_length
authorStefan Metzmacher <metze@samba.org>
Fri, 17 Oct 2025 18:46:29 +0000 (20:46 +0200)
committerSteve French <stfrench@microsoft.com>
Thu, 16 Apr 2026 02:58:22 +0000 (21:58 -0500)
commitb626ccd251ae9181dd716036718da7b7da042726
treeb01d497828f9c94814a74c154211a2971b032f10
parent15c7e492610f001e1ff6480c6b5d9d1653afaa3c
smb: client: let smbd_post_send_iter() get remaining_length and return data_length

This lets the logic be like smb_direct_post_send_data(), so
we can share common code in the next steps.

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