]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: VFS: vfs_default: Add tevent_req pointer to state struct in vfswrap_fsync_state.
authorJeremy Allison <jra@samba.org>
Fri, 28 Feb 2020 00:53:10 +0000 (16:53 -0800)
committerJeremy Allison <jra@samba.org>
Sun, 8 Mar 2020 18:07:43 +0000 (18:07 +0000)
commit4adde71b99d4ab09914072458329d5f1008b77e3
tree34ea0f7605cb3485ec8491e587f737d47fe1ddac
parentc8cd93dd54cb9f78665928d4bc8fcc3baf084b6f
s3: VFS: vfs_default: Add tevent_req pointer to state struct in vfswrap_fsync_state.

We will need this to detect when this request is outstanding but
has been destroyed in a SHUTDOWN_CLOSE on this file.

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_default.c