From 440bf123be4933d7268dbf558135ca341c6467be Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Mon, 29 Mar 2010 00:16:52 +0000 Subject: libglusterfs: Remove passive iobufs from statedump Signed-off-by: Vijay Bellur Signed-off-by: Anand V. Avati BUG: 782 (Remove passive iobufs from statedump) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=782 --- libglusterfs/src/iobuf.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libglusterfs/src/iobuf.c') diff --git a/libglusterfs/src/iobuf.c b/libglusterfs/src/iobuf.c index e075bf524..227b46fe8 100644 --- a/libglusterfs/src/iobuf.c +++ b/libglusterfs/src/iobuf.c @@ -688,14 +688,6 @@ iobuf_arena_info_dump (struct iobuf_arena *iobuf_arena, const char *key_prefix) iobuf_info_dump(trav, key); } - i = 1; - list_for_each_entry (trav, &iobuf_arena->passive.list, list) { - gf_proc_dump_build_key(key, key_prefix, - "passive_iobuf.%d",i++); - gf_proc_dump_add_section(key); - iobuf_info_dump(trav, key); - } - } void -- cgit