From bebe16ae8db873474d43d751cca484cca6ed2715 Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Fri, 22 May 2009 02:10:29 +0000 Subject: THIS: unify now uses xlator_notify for setting THIS Signed-off-by: Anand V. Avati --- xlators/cluster/unify/src/unify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/cluster/unify/src') diff --git a/xlators/cluster/unify/src/unify.c b/xlators/cluster/unify/src/unify.c index 610cfd6f6..35c108963 100644 --- a/xlators/cluster/unify/src/unify.c +++ b/xlators/cluster/unify/src/unify.c @@ -4413,7 +4413,7 @@ init (xlator_t *this) } /* Tell namespace node that init is done */ - ns_xl->notify (ns_xl, GF_EVENT_PARENT_UP, this); + xlator_notify (ns_xl, GF_EVENT_PARENT_UP, this); return 0; } -- cgit