summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/unify
diff options
context:
space:
mode:
authorAnand V. Avati <avati@amp.gluster.com>2009-05-22 02:10:29 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-05-22 01:18:45 -0700
commitbebe16ae8db873474d43d751cca484cca6ed2715 (patch)
treed56a3815b7e8410d1889e229c333b02da449d30a /xlators/cluster/unify
parent17cf09641d81f02094288ef9de52cdf720fc516f (diff)
THIS: unify now uses xlator_notify for setting THIS
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'xlators/cluster/unify')
-rw-r--r--xlators/cluster/unify/src/unify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/unify/src/unify.c b/xlators/cluster/unify/src/unify.c
index 610cfd6f6b9..35c108963e3 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;
}