diff options
Diffstat (limited to 'libglusterfs/src')
| -rw-r--r-- | libglusterfs/src/iobuf.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/libglusterfs/src/iobuf.c b/libglusterfs/src/iobuf.c index c414d728037..9dbf19b71d7 100644 --- a/libglusterfs/src/iobuf.c +++ b/libglusterfs/src/iobuf.c @@ -665,7 +665,7 @@ iobuf_get2 (struct iobuf_pool *iobuf_pool, size_t page_size)                  if (!iobuf)                          goto unlock; -                __iobuf_ref (iobuf); +                iobuf_ref (iobuf);           }  unlock:          pthread_mutex_unlock (&iobuf_pool->mutex); @@ -698,7 +698,7 @@ iobuf_get (struct iobuf_pool *iobuf_pool)                          goto unlock;                  } -                __iobuf_ref (iobuf); +                iobuf_ref (iobuf);          }  unlock:          pthread_mutex_unlock (&iobuf_pool->mutex);  | 
