Loading fs/ceph/crush/mapper.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -366,6 +366,7 @@ static int crush_choose(struct crush_map *map, BUG_ON(item >= 0 || BUG_ON(item >= 0 || (-1-item) >= map->max_buckets); (-1-item) >= map->max_buckets); in = map->buckets[-1-item]; in = map->buckets[-1-item]; retry_bucket = 1; continue; continue; } } Loading Loading
fs/ceph/crush/mapper.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -366,6 +366,7 @@ static int crush_choose(struct crush_map *map, BUG_ON(item >= 0 || BUG_ON(item >= 0 || (-1-item) >= map->max_buckets); (-1-item) >= map->max_buckets); in = map->buckets[-1-item]; in = map->buckets[-1-item]; retry_bucket = 1; continue; continue; } } Loading