diff options
Diffstat (limited to 'xlators/cluster/dht/src/dht-helper.c')
| -rw-r--r-- | xlators/cluster/dht/src/dht-helper.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/xlators/cluster/dht/src/dht-helper.c b/xlators/cluster/dht/src/dht-helper.c index 42c6d025fc5..bb7ae047610 100644 --- a/xlators/cluster/dht/src/dht-helper.c +++ b/xlators/cluster/dht/src/dht-helper.c @@ -445,8 +445,7 @@ dht_iatt_merge (xlator_t *this, struct iatt *to,          uuid_copy (to->ia_gfid, from->ia_gfid); -        dht_itransform (this, subvol, from->ia_ino, &to->ia_ino); - +        to->ia_ino      = from->ia_ino;          to->ia_prot     = from->ia_prot;          to->ia_type     = from->ia_type;          to->ia_nlink    = from->ia_nlink;  | 
