summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/cluster/stripe/src/stripe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/cluster/stripe/src/stripe.c b/xlators/cluster/stripe/src/stripe.c
index b51f84910..8b1065895 100644
--- a/xlators/cluster/stripe/src/stripe.c
+++ b/xlators/cluster/stripe/src/stripe.c
@@ -4196,6 +4196,8 @@ unlock:
loc.name = strrchr (loc.path, '/');
loc.name++;
+ uuid_copy (loc.gfid, local_entry->d_stat.ia_gfid);
+
trav = this->children;
while (trav) {
LOCK (&frame->lock);