summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/src/glfs-internal.h')
-rw-r--r--api/src/glfs-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/glfs-internal.h b/api/src/glfs-internal.h
index 2c0dfe8074e..faa53dd3225 100644
--- a/api/src/glfs-internal.h
+++ b/api/src/glfs-internal.h
@@ -82,7 +82,7 @@
#define GLFS_LOC_FILL_INODE(oinode, loc, label) do { \
loc.inode = inode_ref (oinode); \
- uuid_copy (loc.gfid, oinode->gfid); \
+ gf_uuid_copy (loc.gfid, oinode->gfid); \
ret = glfs_loc_touchup (&loc); \
if (ret != 0) { \
errno = EINVAL; \