b7dd6f45c1
Resolves: bz#1479446 bz#1520882 bz#1579758 bz#1598407 bz#1599808 Resolves: bz#1603118 bz#1619357 bz#1622001 bz#1622308 bz#1631166 Resolves: bz#1631418 bz#1632563 bz#1634649 bz#1635071 bz#1635100 Resolves: bz#1635136 bz#1636291 bz#1638069 bz#1640347 bz#1642854 Resolves: bz#1643035 bz#1644120 bz#1644279 bz#1645916 bz#1647675 Signed-off-by: Milind Changire <mchangir@redhat.com>
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
|
|
|