diff options
author | Anand V. Avati <avati@amp.gluster.com> | 2009-04-18 02:49:03 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-18 02:49:03 +0530 |
commit | 9a4a2e2286cb372ca462f6f25f78de686ea3e4ce (patch) | |
tree | b97d1468ae17f79b1425632396e667a47d3a6e5a /libglusterfs/src/iobuf.h | |
parent | 307528ef9a33a4d294b3ea49bbf5f0b16b27aa0f (diff) |
pruning buffer margin - do not destroy if no other non-filled arenas are in the pool
Diffstat (limited to 'libglusterfs/src/iobuf.h')
-rw-r--r-- | libglusterfs/src/iobuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/iobuf.h b/libglusterfs/src/iobuf.h index 4c34770849e..71b115c5d40 100644 --- a/libglusterfs/src/iobuf.h +++ b/libglusterfs/src/iobuf.h @@ -86,7 +86,7 @@ struct iobuf_pool { struct iobuf_arena arenas; /* head node arena (unused by itself) */ struct iobuf_arena filled; /* arenas without free iobufs */ - struct iobuf_arena purge; /* arenas to be purged right away */ + struct iobuf_arena purge; /* arenas which can be purged */ }; |