]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: VFS: vfs_aio_pthread: Add a talloc context parameter to create_private_open_data().
authorJeremy Allison <jra@samba.org>
Fri, 6 Mar 2020 17:30:26 +0000 (09:30 -0800)
committerJeremy Allison <jra@samba.org>
Sun, 8 Mar 2020 18:07:44 +0000 (18:07 +0000)
commite566066605981549b670a5392683fbd81ce93d18
tree872179f902a9baca62fdad1fb498ffbe50ad12ee
parentddb9038fe776b1d8239e563a4c9a70b4097645f3
s3: VFS: vfs_aio_pthread: Add a talloc context parameter to create_private_open_data().

Pass in NULL for now so no behavior change.
We will be changing this from NULL to fsp->conn in a later commit.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/modules/vfs_aio_pthread.c