summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/iobuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/iobuf.c')
-rw-r--r--libglusterfs/src/iobuf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libglusterfs/src/iobuf.c b/libglusterfs/src/iobuf.c
index 7cbc1702e7e..6d6fca13388 100644
--- a/libglusterfs/src/iobuf.c
+++ b/libglusterfs/src/iobuf.c
@@ -135,6 +135,8 @@ __iobuf_arena_alloc (struct iobuf_pool *iobuf_pool)
if (!iobuf_arena->iobufs)
goto err;
+ iobuf_pool->arena_cnt++;
+
return iobuf_arena;
err:
@@ -173,7 +175,6 @@ __iobuf_pool_add_arena (struct iobuf_pool *iobuf_pool)
return NULL;
list_add_tail (&iobuf_arena->list, &iobuf_pool->arenas.list);
- iobuf_pool->arena_cnt++;
return iobuf_arena;
}