From 4868116c1ca08868abe69c271dc108f1d0b5a227 Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Mon, 11 Oct 2010 07:30:30 +0000 Subject: Revert "distribute: Propagate CHILD-UP when all subvols are up" This reverts commit 6b2e2fb0903fc56105c267881f202a4865a8b6c7. Signed-off-by: Anand V. Avati Signed-off-by: Vijay Bellur BUG: 1643 (Initial requests after mount ESTALE if DHT subvolumes connect after nfs startup) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1643 --- 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 bb601d55a..32e5cf566 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -159,7 +159,6 @@ struct dht_conf { void *private; /* Can be used by wrapper xlators over dht */ gf_boolean_t use_readdirp; - int upsubvols; /* Count the number of online children*/ }; typedef struct dht_conf dht_conf_t; -- cgit