summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/iobuf.h
diff options
context:
space:
mode:
authorAnand V. Avati <avati@amp.gluster.com>2009-04-18 02:49:03 +0530
committerAnand V. Avati <avati@amp.gluster.com>2009-04-18 02:49:03 +0530
commit9a4a2e2286cb372ca462f6f25f78de686ea3e4ce (patch)
treeb97d1468ae17f79b1425632396e667a47d3a6e5a /libglusterfs/src/iobuf.h
parent307528ef9a33a4d294b3ea49bbf5f0b16b27aa0f (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/iobuf.h b/libglusterfs/src/iobuf.h
index 4c3477084..71b115c5d 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 */
};