diff options
author | Anand V. Avati <avati@gluster.com> | 2009-04-13 14:03:13 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-13 14:55:19 +0530 |
commit | 688db6452befde5d7cd2b35f86b770b4c19c53fc (patch) | |
tree | 03a8637bd290f98857b7bbaa3b548c4caa2a0c40 /libglusterfs/src/iobuf.h | |
parent | 4f0d487c96b84123289d3c48fd84188efe136293 (diff) |
add @filled list in iobuf_pool to keep away filled list from getting searched in iobuf_select_arena
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfs/src/iobuf.h')
-rw-r--r-- | libglusterfs/src/iobuf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/iobuf.h b/libglusterfs/src/iobuf.h index 3d389b82fc9..08831bbe9bb 100644 --- a/libglusterfs/src/iobuf.h +++ b/libglusterfs/src/iobuf.h @@ -85,6 +85,7 @@ struct iobuf_pool { int arena_cnt; struct iobuf_arena arenas; /* head node arena (unused by itself) */ + struct iobuf_arena filled; /* arenas without free iobufs */ }; |