Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200847
b: refs/heads/master
c: 153a109
h: refs/heads/master
i:
  200845: ed15e38
  200843: 94fc886
  200839: 00bb4d1
  200831: 843e71e
v: v3
  • Loading branch information
Sage Weil committed Jul 5, 2010
1 parent d38f267 commit c3ec362
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: 443b3760a06860187f135c1ecd56c2c7d4ad1022
refs/heads/master: 153a10939ea6e42e9c0115b0645060d0d7bb4697
2 changes: 1 addition & 1 deletion trunk/fs/ceph/crush/mapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ static int crush_bucket_choose(struct crush_bucket *in, int x, int r)
*/
static int is_out(struct crush_map *map, __u32 *weight, int item, int x)
{
if (weight[item] >= 0x1000)
if (weight[item] >= 0x10000)
return 0;
if (weight[item] == 0)
return 1;
Expand Down

0 comments on commit c3ec362

Please sign in to comment.