summaryrefslogtreecommitdiffstats
path: root/xlators/meta/src/meta.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/meta/src/meta.c')
-rw-r--r--xlators/meta/src/meta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/meta/src/meta.c b/xlators/meta/src/meta.c
index 036ed112acf..20c643f2f75 100644
--- a/xlators/meta/src/meta.c
+++ b/xlators/meta/src/meta.c
@@ -34,7 +34,7 @@ meta_lookup (call_frame_t *frame, xlator_t *this, loc_t *loc, dict_t *xdata)
meta_root_dir_hook (frame, this, loc, xdata);
meta_iatt_fill (&iatt, loc->inode, IA_IFDIR);
- uuid_parse (META_ROOT_GFID, iatt.ia_gfid);
+ gf_uuid_parse (META_ROOT_GFID, iatt.ia_gfid);
META_STACK_UNWIND (lookup, frame, 0, 0, loc->inode, &iatt,
xdata, &parent);