smb2_server: split out smbd_smb2_flush_with_sendmsg() out of smbd_smb2_flush_send_queue()
authorStefan Metzmacher <metze@samba.org>
Wed, 30 Sep 2020 21:21:04 +0000 (23:21 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 6 Sep 2023 19:30:35 +0000 (19:30 +0000)
commit02df6bda4902524d9fbcc961287779b3e770be2f
treeb22b35a63faca290b5e86ab963576bda2165ef14
parent0ca825c4bc25a7843b8200ea0126fc3320f8724a
smb2_server: split out smbd_smb2_flush_with_sendmsg() out of smbd_smb2_flush_send_queue()

We'll have an smbd_smb2_flush_with_io_uring() later...

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smb2_server.c