diff options
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.c')
| -rw-r--r-- | xlators/cluster/dht/src/dht-common.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c index 27bac7627f7..7bce090cbd6 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -2067,9 +2067,9 @@ dht_readdir_cbk (call_frame_t *frame, void *cookie, xlator_t *this,  				goto unwind;  			} -			dht_itransform (this, subvol, orig_entry->d_ino, +			dht_itransform (this, prev->this, orig_entry->d_ino,  					&entry->d_ino); -			dht_itransform (this, subvol, orig_entry->d_off, +			dht_itransform (this, prev->this, orig_entry->d_off,  					&entry->d_off);  			entry->d_type = orig_entry->d_type;  | 
