From a928aa5e0d65b9439b8a10eb9dede954220ba9f3 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 25 Nov 2009 21:29:25 +0000 Subject: 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 Signed-off-by: Anand V. Avati BUG: 409 (implement a switch scheduler) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=409 --- xlators/cluster/dht/src/dht-common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xlators/cluster/dht/src/dht-common.h') diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h index bdaf7b084d1..c417a85964a 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -117,7 +117,6 @@ struct dht_conf { gf_lock_t subvolume_lock; int subvolume_cnt; xlator_t **subvolumes; - xlator_t *local_volume; /* Needed by NUFA */ char *subvolume_status; dht_layout_t **file_layouts; dht_layout_t **dir_layouts; -- cgit