From 688db6452befde5d7cd2b35f86b770b4c19c53fc Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Mon, 13 Apr 2009 14:03:13 +0530 Subject: add @filled list in iobuf_pool to keep away filled list from getting searched in iobuf_select_arena Signed-off-by: Anand V. Avati --- libglusterfs/src/iobuf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/iobuf.h') diff --git a/libglusterfs/src/iobuf.h b/libglusterfs/src/iobuf.h index 3d389b82f..08831bbe9 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 */ }; -- cgit