]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: VFS: vfs_glusterfs: Add tevent_req pointer to state struct in vfs_gluster_pread_s...
authorJeremy Allison <jra@samba.org>
Fri, 28 Feb 2020 23:33:35 +0000 (15:33 -0800)
committerJeremy Allison <jra@samba.org>
Sun, 8 Mar 2020 18:07:43 +0000 (18:07 +0000)
commit0e3dc0078ebd6aa79553bf2afa8e72945e23dfb0
treef33e87922ec94cbe1f47d7e5583d343a6df0e365
parent18671534e42f66b904e51c3fbe887e998ff79493
s3: VFS: vfs_glusterfs: Add tevent_req pointer to state struct in vfs_gluster_pread_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