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