diff options
| author | Vijay Bellur <vijay@gluster.com> | 2010-03-29 00:15:10 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2010-03-29 03:03:04 -0700 | 
| commit | 03264314024e2380186fe232d98b29d5e3adef67 (patch) | |
| tree | 6df2338331aeaf089da164f50c2c0afec8d2279d | |
| parent | fdad0442798cecff09f7aa7e3d58151cb2cdf34f (diff) | |
libglusterfs: Remove passive iobuf information 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 c2c1b9ac3e6..4d458b4ba71 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  | 
