mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Revert "s3: VFS: vfs_glusterfs: Add tevent_req pointer to state struct in vfs_gluster_pwrite_state."
This reverts commit 058a7effd0
.
Now we wait for all aio to finish on all SHUTDOWN_CLOSE
cases, this is no longer needed.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14301
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
e8c0bdb423
commit
d9b00159a6
@ -873,7 +873,6 @@ static ssize_t vfs_gluster_pread_recv(struct tevent_req *req,
|
||||
}
|
||||
|
||||
struct vfs_gluster_pwrite_state {
|
||||
struct tevent_req *req;
|
||||
ssize_t ret;
|
||||
glfs_fd_t *fd;
|
||||
const void *buf;
|
||||
@ -909,7 +908,6 @@ static struct tevent_req *vfs_gluster_pwrite_send(struct vfs_handle_struct
|
||||
return NULL;
|
||||
}
|
||||
|
||||
state->req = req;
|
||||
state->ret = -1;
|
||||
state->fd = glfd;
|
||||
state->buf = data;
|
||||
|
Loading…
Reference in New Issue
Block a user