diff options
Diffstat (limited to 'xlators/storage')
| -rw-r--r-- | xlators/storage/posix/src/posix.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index ebe43d9e8..f95c9f8ff 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -2316,6 +2316,7 @@ posix_readv (call_frame_t *frame, xlator_t *this,          iobuf = iobuf_get (this->ctx->iobuf_pool);          if (!iobuf) { +                op_errno = ENOMEM;                  gf_log (this->name, GF_LOG_ERROR,                          "Out of memory.");                  goto out;  | 
