diff options
Diffstat (limited to 'xlators/cluster')
| -rw-r--r-- | xlators/cluster/stripe/src/stripe.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/cluster/stripe/src/stripe.c b/xlators/cluster/stripe/src/stripe.c index 5e369d64bcf..ec9b6a744a1 100644 --- a/xlators/cluster/stripe/src/stripe.c +++ b/xlators/cluster/stripe/src/stripe.c @@ -3372,7 +3372,8 @@ stripe_readv_fstat_cbk (call_frame_t *frame, void *cookie, xlator_t *this,                                  vec[count].iov_len  =                                          (local->replies[i].requested_size -                                           local->replies[i].op_ret); -                                iobuf = iobuf_get (this->ctx->iobuf_pool); +                                iobuf = iobuf_get2 (this->ctx->iobuf_pool, +                                                    vec[count].iov_len);                                  if (!iobuf) {                                          gf_log (this->name, GF_LOG_ERROR,                                                  "Out of memory.");  | 
