diff options
author | Amar Tumballi <amar@gluster.com> | 2009-11-25 21:29:25 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-11-26 03:04:30 -0800 |
commit | a928aa5e0d65b9439b8a10eb9dede954220ba9f3 (patch) | |
tree | 6b1a54a0a9651a0ba461ec023197ee089316baa9 /xlators/cluster/dht/src/dht.c | |
parent | fc87b19f0bd511ee294c058ea9066189ca06ce88 (diff) |
fixes in nufa
Now nufa uses dht_conf->private variable to store its
contents, and doesn't pollute distribute's structures.
It used to hang earlier as layout_lock was not INIT()'d.
whitespace-cleanup done on the code too.
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 409 (implement a switch scheduler)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=409
Diffstat (limited to 'xlators/cluster/dht/src/dht.c')
-rw-r--r-- | xlators/cluster/dht/src/dht.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xlators/cluster/dht/src/dht.c b/xlators/cluster/dht/src/dht.c index 75f613a60df..d947ae8145b 100644 --- a/xlators/cluster/dht/src/dht.c +++ b/xlators/cluster/dht/src/dht.c @@ -132,9 +132,6 @@ dht_priv_dump (xlator_t *this) gf_proc_dump_build_key(key, key_prefix,"default_dir_layout"); dht_layout_dump(conf->default_dir_layout, key); - gf_proc_dump_build_key(key, key_prefix, "local_volume"); - gf_proc_dump_write(key,"%s", - conf->local_volume?(conf->local_volume->name):"None"); gf_proc_dump_build_key(key, key_prefix, "search_unhashed"); gf_proc_dump_write(key, "%d", conf->search_unhashed); gf_proc_dump_build_key(key, key_prefix, "gen"); |