summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2010-09-06 01:40:18 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-09-06 02:47:08 -0700
commit7150cb4e6a1703c143aaa517166a6b5ad7f758f2 (patch)
tree3ea49039edfc22e16de652b64016a827fadd22ff /libglusterfs
parent59baa88ab0f240e60f9d4044f4cf096a73d33caa (diff)
changes in fuse proc thread initialization
Signed-off-by: Amar Tumballi <amar@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 1527 (mount time defunct window with remote volumes) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1527
Diffstat (limited to 'libglusterfs')
-rw-r--r--libglusterfs/src/defaults.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libglusterfs/src/defaults.c b/libglusterfs/src/defaults.c
index 628130a0946..5aa0fad8937 100644
--- a/libglusterfs/src/defaults.c
+++ b/libglusterfs/src/defaults.c
@@ -1220,13 +1220,13 @@ default_notify (xlator_t *this, int32_t event, void *data, ...)
{
xlator_list_t *list = this->children;
- while (list)
- {
+ while (list) {
xlator_notify (list->xlator, event, this);
list = list->next;
}
}
break;
+ case GF_EVENT_CHILD_CONNECTING:
case GF_EVENT_CHILD_UP:
{
xlator_list_t *parent = this->parents;