e7a346
From f0914172f481bb32b202612b080f7902ac31ad30 Mon Sep 17 00:00:00 2001
e7a346
From: Pranith Kumar K <pkarampu@redhat.com>
e7a346
Date: Tue, 6 Nov 2018 21:32:55 +0530
e7a346
Subject: [PATCH 434/444] cluster/afr: s/uuid_is_null/gf_uuid_is_null
e7a346
e7a346
BUG: 1619357
e7a346
Upstream-patch: https://review.gluster.org/c/glusterfs/+/21571
e7a346
Change-Id: I006116d329ac96268db132ae3aac06cc2be70e75
e7a346
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
e7a346
Reviewed-on: https://code.engineering.redhat.com/gerrit/155128
e7a346
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
e7a346
Tested-by: RHGS Build Bot <nigelb@redhat.com>
e7a346
---
e7a346
 xlators/cluster/afr/src/afr-common.c | 2 +-
e7a346
 1 file changed, 1 insertion(+), 1 deletion(-)
e7a346
e7a346
diff --git a/xlators/cluster/afr/src/afr-common.c b/xlators/cluster/afr/src/afr-common.c
e7a346
index ce2b17a..10d9620 100644
e7a346
--- a/xlators/cluster/afr/src/afr-common.c
e7a346
+++ b/xlators/cluster/afr/src/afr-common.c
e7a346
@@ -2768,7 +2768,7 @@ afr_lookup_entry_heal (call_frame_t *frame, xlator_t *this)
e7a346
 			continue;
e7a346
 
e7a346
                 if (replies[i].op_ret == 0) {
e7a346
-                        if (uuid_is_null (gfid)) {
e7a346
+                        if (gf_uuid_is_null (gfid)) {
e7a346
                                 gf_uuid_copy (gfid,
e7a346
                                               replies[i].poststat.ia_gfid);
e7a346
                         }
e7a346
-- 
e7a346
1.8.3.1
e7a346