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-common.h | |
| 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-common.h')
| -rw-r--r-- | xlators/cluster/dht/src/dht-common.h | 1 | 
1 files changed, 0 insertions, 1 deletions
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;  | 
