]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs_default: also call vfs_offload_token_ctx_init in vfswrap_offload_write_send
authorStefan Metzmacher <metze@samba.org>
Mon, 17 Jun 2024 08:41:53 +0000 (10:41 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 17 Jun 2024 18:02:27 +0000 (18:02 +0000)
commit462b74da79c51f9ba6dbd24e603aa904485d5123
tree594bde9adac5fecb435c14a8e94b68cca1599158
parent372476aeb003e9c608cd2c0a78a9c577b57ba8f4
vfs_default: also call vfs_offload_token_ctx_init in vfswrap_offload_write_send

If a client for whatever reason calls FSCTL_SRV_COPYCHUNK[_WRITE] without
FSCTL_SRV_REQUEST_RESUME_KEY, we call vfswrap_offload_write_send
before vfswrap_offload_read_send.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15664

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Noel Power <noel.power@suse.com>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Mon Jun 17 18:02:27 UTC 2024 on atb-devel-224
selftest/knownfail.d/smb2.ioctl.copy_chunk [deleted file]
source3/modules/vfs_default.c