]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: VFS: vfs_aio_pthread: Replace state destructor with explicitly called teardown...
authorJeremy Allison <jra@samba.org>
Wed, 4 Mar 2020 21:47:13 +0000 (13:47 -0800)
committerJeremy Allison <jra@samba.org>
Sun, 8 Mar 2020 18:07:44 +0000 (18:07 +0000)
commit8db831a318cd4a10ec9c1d629ebff4ca35b8acfe
treebf43df979f5984d83aab9771914608913f1f24e4
parenta1e247c3ba579ecc6ee03f5aad9679ed79fac5ac
s3: VFS: vfs_aio_pthread: Replace state destructor with explicitly called teardown function.

This will allow repurposing a real destructor to allow
connections structs to be freed whilst the aio open
request is in flight.

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