mirror of https://gitee.com/openkylin/linux.git
libceph: fix osdmap timestamp assignment
Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
3540303f87
commit
31456665a0
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue