cluster/afr: s/uuid_is_null/gf_uuid_is_null
Updates bz#1193929 Change-Id: I1b312dabffac7e101df8ce15557527fd28a2c61f Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
This commit is contained in:
parent
d76611fbba
commit
d945c44c62
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user