fsid_fd(-1),
mounted(false),
coll_lock("BlueStore::coll_lock"),
- nid_lock("BlueStore::nid_lock"),
+ nid_last(0),
nid_max(0),
throttle_ops(cct, "bluestore_max_ops", cct->_conf->bluestore_max_ops),
throttle_bytes(cct, "bluestore_max_bytes", cct->_conf->bluestore_max_bytes),
/// Call prior to removing directory
virtual int prep_delete() { return 0; }
- CollectionIndex(const coll_t& collection):
- explicit CollectionIndex(coll_t collection):
++ explicit CollectionIndex(const coll_t& collection):
access_lock_name ("CollectionIndex::access_lock::" + collection.to_str()),
access_lock(access_lock_name.c_str()) {}