diff options
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/cluster/dht/src/dht-linkfile.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/dht-linkfile.c b/xlators/cluster/dht/src/dht-linkfile.c index 39d72ae63..ae5bd49d9 100644 --- a/xlators/cluster/dht/src/dht-linkfile.c +++ b/xlators/cluster/dht/src/dht-linkfile.c @@ -302,6 +302,8 @@ dht_linkfile_attr_heal (call_frame_t *frame, xlator_t *this)               is_equal (frame->root->gid, local->stbuf.ia_gid)))                  return 0; +        uuid_copy (local->loc.gfid, local->stbuf.ia_gfid); +          copy = copy_frame (frame);          if (!copy)  | 
