diff options
Diffstat (limited to 'xlators/storage/posix/src/posix-entry-ops.c')
| -rw-r--r-- | xlators/storage/posix/src/posix-entry-ops.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/storage/posix/src/posix-entry-ops.c b/xlators/storage/posix/src/posix-entry-ops.c index 1888de7db9b..0e998b20f9f 100644 --- a/xlators/storage/posix/src/posix-entry-ops.c +++ b/xlators/storage/posix/src/posix-entry-ops.c @@ -2293,8 +2293,8 @@ posix_put(call_frame_t *frame, xlator_t *this, loc_t *loc, mode_t mode,          goto out;      } -    op_ret = syncop_writev(this, fd, vector, count, offset, iobref, flags, NULL, -                           NULL, xdata, NULL); +    op_ret = syncop_writev(this, fd, vector, count, offset, iobref, flags, +                           xdata, NULL);      if (op_ret < 0) {          op_errno = errno;          gf_msg(this->name, GF_LOG_ERROR, errno, P_MSG_WRITE_FAILED,  | 
