]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: VFS: vfs_glusterfs: Add tevent_req pointer to state struct in vfs_gluster_fsync_s...
authorJeremy Allison <jra@samba.org>
Fri, 28 Feb 2020 23:57:20 +0000 (15:57 -0800)
committerJeremy Allison <jra@samba.org>
Sun, 8 Mar 2020 18:07:44 +0000 (18:07 +0000)
commitc0c088b1b786f0ba248960114191277e91bbba2f
tree8b27d51e33db23f28379301c3d82d66a5d651754
parent67910c751c9f5ce8cdd1e57b34e51e5b7163838b
s3: VFS: vfs_glusterfs: Add tevent_req pointer to state struct in vfs_gluster_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_glusterfs.c