summaryrefslogtreecommitdiffstats
path: root/xlators/storage
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2018-02-13 06:33:53 +0530
committerAmar Tumballi <amarts@redhat.com>2018-02-13 06:35:36 +0530
commit35da87e24132e38feeca8234757ee9d6d1fa40ff (patch)
tree4da616926a4f2754e97644b4331a3bbe5659164f /xlators/storage
parent87fd65f1ef1c64b1e32a6da47865a4a28f1e508e (diff)
posix: fix the syncop_writev() arguments
Due to merging https://review.gluster.org/#/c/19131 before https://review.gluster.org/18804 the build started failing. Fixing with this patch. Change-Id: Ia1eedf481a0f6d25f1357ee56d6bbb7a7e9d9793 Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'xlators/storage')
-rw-r--r--xlators/storage/posix/src/posix-entry-ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix-entry-ops.c b/xlators/storage/posix/src/posix-entry-ops.c
index 8f3be6c4914..7463bf9eb45 100644
--- a/xlators/storage/posix/src/posix-entry-ops.c
+++ b/xlators/storage/posix/src/posix-entry-ops.c
@@ -2222,7 +2222,7 @@ posix_put (call_frame_t *frame, xlator_t *this, loc_t *loc,
}
op_ret = syncop_writev (this, fd, vector, count, offset, iobref,
- flags, xdata, NULL);
+ flags, NULL, NULL, xdata, NULL);
if (op_ret < 0) {
op_errno = errno;
gf_msg (this->name, GF_LOG_ERROR, errno, P_MSG_WRITE_FAILED,