diff options
| -rw-r--r-- | xlators/cluster/stripe/src/stripe.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/cluster/stripe/src/stripe.c b/xlators/cluster/stripe/src/stripe.c index b51f84910e9..8b1065895c0 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);  | 
