s3: VFS: vfs_glusterfs: Add tevent_req pointer to state struct in vfs_gluster_pwrite_...
authorJeremy Allison <jra@samba.org>
Fri, 28 Feb 2020 23:47:52 +0000 (15:47 -0800)
committerJeremy Allison <jra@samba.org>
Sun, 8 Mar 2020 18:07:44 +0000 (18:07 +0000)
commit058a7effd00b47e4778f7d680cc9c2a7d40d5fa8
tree08acdf6780f940aca5348433bf34343c8a44335f
parent99283871c5230e640a8102943ebed685459ed9af
s3: VFS: vfs_glusterfs: Add tevent_req pointer to state struct in vfs_gluster_pwrite_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