Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309437
b: refs/heads/master
c: c90f95e
h: refs/heads/master
i:
  309435: 3a953b7
v: v3
  • Loading branch information
Sage Weil committed May 7, 2012
1 parent bf74845 commit 37aaca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8b12d47b80c7a34dffdd98244d99316db490ec58
refs/heads/master: c90f95ed46393e29d843686e21947d1c6fcb1164
2 changes: 1 addition & 1 deletion trunk/net/ceph/crush/mapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ static int crush_choose(const struct crush_map *map,
if (collide && flocal < 3)
/* retry locally a few times */
retry_bucket = 1;
else if (flocal < in->size + orig_tries)
else if (flocal <= in->size + orig_tries)
/* exhaustive bucket search */
retry_bucket = 1;
else if (ftotal < 20)
Expand Down

0 comments on commit 37aaca1

Please sign in to comment.