Signed-off-by: Sage Weil <sage@redhat.com>
++slot->requeue_seq;
}
-void OSDShard::identify_splits(OSDMapRef as_of_osdmap, set<spg_t> *pgids)
+void OSDShard::identify_splits(const OSDMapRef& as_of_osdmap, set<spg_t> *pgids)
{
Mutex::Locker l(sdata_op_ordering_lock);
if (osdmap) {
void _wake_pg_slot(spg_t pgid, OSDShardPGSlot *slot);
- void identify_splits(OSDMapRef as_of_osdmap, set<spg_t> *pgids);
+ void identify_splits(const OSDMapRef& as_of_osdmap, set<spg_t> *pgids);
void _prime_splits(set<spg_t> *pgids);
void prime_splits(OSDMapRef as_of_osdmap, set<spg_t> *pgids);
void register_and_wake_split_child(PG *pg);