From 7ac6287fb65bdddf3874f3a2c2602e857fbc6b87 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Mon, 21 Jun 2010 04:26:14 +0000 Subject: misc updates in mainline Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati BUG: 875 (Implement a new protocol to provide proper backward/forward compatibility) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=875 --- libglusterfs/src/defaults.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src/defaults.c') diff --git a/libglusterfs/src/defaults.c b/libglusterfs/src/defaults.c index 7da589d60..77364918f 100644 --- a/libglusterfs/src/defaults.c +++ b/libglusterfs/src/defaults.c @@ -1277,7 +1277,7 @@ default_notify (xlator_t *this, int32_t event, void *data, ...) { xlator_list_t *parent = this->parents; while (parent) { - if (parent->xlator->ready) + if (parent->xlator->init_succeeded) xlator_notify (parent->xlator, event, this, NULL); parent = parent->next; -- cgit