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