diff options
Diffstat (limited to 'xlators/cluster/dht')
| -rw-r--r-- | xlators/cluster/dht/src/dht-rebalance.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-rebalance.c b/xlators/cluster/dht/src/dht-rebalance.c index 39c1647d364..4db6134b8f9 100644 --- a/xlators/cluster/dht/src/dht-rebalance.c +++ b/xlators/cluster/dht/src/dht-rebalance.c @@ -319,7 +319,7 @@ gf_defrag_handle_hardlink (xlator_t *this, loc_t *loc, dict_t  *xattrs,                          hashed_subvol = linkto_subvol;                  } -                ret = syncop_link (hashed_subvol, loc, loc, NULL, NULL); +                ret = syncop_link (hashed_subvol, loc, loc, &iatt, NULL, NULL);                  if  (ret) {                          op_errno = -ret;                          ret = -1;  | 
