diff --git a/[refs] b/[refs] index 196230cf9459..26c66986c179 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3540303f87115cbdae6ed2cab44ce6a7676d48d3 +refs/heads/master: 31456665a02148353a83fec84d3182700e356588 diff --git a/trunk/net/ceph/osdmap.c b/trunk/net/ceph/osdmap.c index 71603ac3dff5..94f068dda433 100644 --- a/trunk/net/ceph/osdmap.c +++ b/trunk/net/ceph/osdmap.c @@ -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);