mirror of
https://github.com/ceph/ceph
synced 2024-12-17 00:46:05 +00:00
osd/PG.cc: initialize PG::flushed in constructor
Initialize PG::flushed in constructor with false as
described in doc/dev/osd_internals/pg.rst .
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
(cherry picked from commit fb840c8ff7
)
This commit is contained in:
parent
f8183c91e5
commit
246b8118a8
@ -89,6 +89,7 @@ PG::PG(OSDService *o, OSDMapRef curmap,
|
||||
backfill_target(-1),
|
||||
backfill_reserved(0),
|
||||
backfill_reserving(0),
|
||||
flushed(false),
|
||||
pg_stats_lock("PG::pg_stats_lock"),
|
||||
pg_stats_valid(false),
|
||||
osr(osd->osr_registry.lookup_or_create(p, (stringify(p)))),
|
||||
|
Loading…
Reference in New Issue
Block a user