diff options
author | Anand V. Avati <avati@amp.gluster.com> | 2009-05-22 02:10:29 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-05-22 01:18:45 -0700 |
commit | bebe16ae8db873474d43d751cca484cca6ed2715 (patch) | |
tree | d56a3815b7e8410d1889e229c333b02da449d30a /xlators/cluster | |
parent | 17cf09641d81f02094288ef9de52cdf720fc516f (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')
-rw-r--r-- | xlators/cluster/unify/src/unify.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |