diff options
author | Vijay Bellur <vijay@gluster.com> | 2010-03-29 00:16:52 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-03-29 03:03:00 -0700 |
commit | 440bf123be4933d7268dbf558135ca341c6467be (patch) | |
tree | 44066c73a2399639d93c208a2f0eff87d3a7994c | |
parent | 04f1cd8629775fe635fa2c61f83907648f3b4e72 (diff) |
libglusterfs: Remove passive iobufs from statedump
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 782 (Remove passive iobufs from statedump)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=782
-rw-r--r-- | libglusterfs/src/iobuf.c | 8 |
1 files changed, 0 insertions, 8 deletions
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 |