Skip to content

Commit

Permalink
libceph: fix osdmap timestamp assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <sage@newdream.net>
  • Loading branch information
Sage Weil committed May 19, 2011
1 parent 3540303 commit 3145666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ceph/osdmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end,
}

map->epoch++;
map->modified = map->modified;
map->modified = modified;
if (newcrush) {
if (map->crush)
crush_destroy(map->crush);
Expand Down

0 comments on commit 3145666

Please sign in to comment.