The Samba-Bugzilla – Attachment 13976 Details for
Bug 13297
Iozone stopped working throws fsync error over a gluster-smb share on windows
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch for master
patch (text/plain), 1.07 KB, created by
Guenther Deschner
on 2018-02-23 13:06:51 UTC
(
hide
)
Description:
proposed patch for master
Filename:
MIME Type:
Creator:
Guenther Deschner
Created:
2018-02-23 13:06:51 UTC
Size:
1.07 KB
patch
obsolete
>From 0e01fefb4d7bcc1d2a2eef34ac430801ec203964 Mon Sep 17 00:00:00 2001 >From: Poornima G <pgurusid@redhat.com> >Date: Thu, 22 Feb 2018 16:21:35 +0530 >Subject: [PATCH] vfs_glusterfs: Fix the wrong pointer being sent in > glfs_fsync_async > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=13297 > >Pair-Programmed-With: Anoop C S <anoopcs@redhat.com> >Signed-off-by: Poornima G <pgurusid@redhat.com> >Reviewed-by: Guenther Deschner <gd@samba.org> >--- > source3/modules/vfs_glusterfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/modules/vfs_glusterfs.c b/source3/modules/vfs_glusterfs.c >index f9a96fa004d..38abb78f1f3 100644 >--- a/source3/modules/vfs_glusterfs.c >+++ b/source3/modules/vfs_glusterfs.c >@@ -961,7 +961,7 @@ static struct tevent_req *vfs_gluster_fsync_send(struct vfs_handle_struct > > PROFILE_TIMESTAMP(&state->start); > ret = glfs_fsync_async(*(glfs_fd_t **)VFS_FETCH_FSP_EXTENSION(handle, >- fsp), aio_glusterfs_done, req); >+ fsp), aio_glusterfs_done, state); > if (ret < 0) { > tevent_req_error(req, -ret); > return tevent_req_post(req, ev); >-- >2.14.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
obnox
:
review+
Actions:
View
Attachments on
bug 13297
: 13976 |
13986