diff options
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/cluster/dht/src/dht-common.c | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c index 52d9e50cd1e..ca15f0d1754 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -1122,11 +1122,11 @@ dht_lookup_everywhere_done (call_frame_t *frame, xlator_t *this)                                                 local->skip_unlink.hashed_gfid)){                                          /*GFID different, return error*/ -                                     DHT_STACK_UNWIND (lookup, frame, -1, -                                                       ESTALE, NULL, NULL, NULL, -                                                       NULL); - +                                        DHT_STACK_UNWIND (lookup, frame, -1, +                                                          ESTALE, NULL, NULL, +                                                          NULL, NULL); +                                        return 0;                                  }                                  ret = dht_layout_preset (this, cached_subvol,  | 
