From d945c44c6289eadcda805f728fcc638586658c37 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Tue, 6 Nov 2018 21:27:33 +0530 Subject: cluster/afr: s/uuid_is_null/gf_uuid_is_null Updates bz#1193929 Change-Id: I1b312dabffac7e101df8ce15557527fd28a2c61f Signed-off-by: Pranith Kumar K --- xlators/cluster/afr/src/afr-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/cluster') diff --git a/xlators/cluster/afr/src/afr-common.c b/xlators/cluster/afr/src/afr-common.c index c27159a07af..231a7970928 100644 --- a/xlators/cluster/afr/src/afr-common.c +++ b/xlators/cluster/afr/src/afr-common.c @@ -2834,7 +2834,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); } success[i] = 1; -- cgit