diff options
Diffstat (limited to 'xlators/cluster')
-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 af60102c16f..d1a816a038c 100644 --- a/xlators/cluster/stripe/src/stripe.c +++ b/xlators/cluster/stripe/src/stripe.c @@ -4221,6 +4221,8 @@ unlock: loc.name = strrchr (loc.path, '/'); loc.name++; + uuid_copy (loc.gfid, local_entry->d_stat.ia_gfid); + trav = this->children; while (trav) { STACK_WIND_COOKIE (frame, stripe_readdirp_entry_stat_cbk, |