Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188663
b: refs/heads/master
c: 7067f79
h: refs/heads/master
i:
  188661: 34fd743
  188659: a621070
  188655: af7c954
v: v3
  • Loading branch information
Sage Weil committed Dec 22, 2009
1 parent f531ae4 commit 05d6d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 30dc6381bbac213987be6fe0b0fb89868ff1f2c0
refs/heads/master: 7067f797b8409f1e10ec95ac2c1e17a200173d13
3 changes: 1 addition & 2 deletions trunk/fs/ceph/osdmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end,
struct ceph_osdmap *map,
struct ceph_messenger *msgr)
{
struct ceph_osdmap *newmap = map;
struct crush_map *newcrush = NULL;
struct ceph_fsid fsid;
u32 epoch = 0;
Expand Down Expand Up @@ -701,7 +700,7 @@ struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end,
}
pg->pgid = pgid;
pg->len = pglen;
for (j = 0; j < len; j++)
for (j = 0; j < pglen; j++)
pg->osds[j] = ceph_decode_32(p);
err = __insert_pg_mapping(pg, &map->pg_temp);
if (err)
Expand Down

0 comments on commit 05d6d7e

Please sign in to comment.