]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
smb: client: make use of smbdirect_connection_send_{single_iter,immediate_work}()
authorStefan Metzmacher <metze@samba.org>
Fri, 17 Oct 2025 20:23:10 +0000 (22:23 +0200)
committerSteve French <stfrench@microsoft.com>
Thu, 16 Apr 2026 02:58:22 +0000 (21:58 -0500)
commit63972da39f900b98c18b5283dcde74e3ce0909fb
tree3bfb5ff7da173ea73edb91aee11399e82323fe71
parent7c81e7bb1338b7c9a45f6f240aec3bc243abf0b6
smb: client: make use of smbdirect_connection_send_{single_iter,immediate_work}()

With this the low level send functions are in common,
we'll have to do some more changes in generic smb code
in order to use smbdirect_connection_send_iter() instead
of looping around smbdirect_connection_send_single_iter().

David's cleanups will allow us to use
smbdirect_connection_send_iter().

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: David Howells <dhowells@redhat.com>
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