@ -342,7 +342,7 @@ ck_rhs_map_probe_next(struct ck_rhs_map *map,
offset = (offset &~ map->offset_mask) + ((offset + 1) & map->offset_mask);
return offset;
} else
return ((offset + probes) & map->mask);
return (offset + probes) & map->mask;
}
static inline unsigned long