mirror of
https://github.com/ceph/ceph
synced 2025-01-12 06:00:46 +00:00
osd: put meta_coll const in OSD.{cc,h}
This commit is contained in:
parent
eae3004968
commit
87682d1116
@ -104,6 +104,9 @@ static ostream& _prefix(ostream& out, int whoami, OSDMap *osdmap) {
|
||||
}
|
||||
|
||||
|
||||
const coll_t meta_coll;
|
||||
|
||||
|
||||
ObjectStore *OSD::create_object_store(const char *dev, const char *jdev)
|
||||
{
|
||||
struct stat st;
|
||||
|
@ -92,6 +92,7 @@ class OSDMap;
|
||||
class MLog;
|
||||
class MClass;
|
||||
|
||||
extern const coll_t meta_coll;
|
||||
|
||||
class OSD : public Dispatcher {
|
||||
/** OSD **/
|
||||
|
@ -309,9 +309,6 @@ namespace __gnu_cxx {
|
||||
}
|
||||
|
||||
|
||||
const coll_t meta_coll;
|
||||
|
||||
|
||||
|
||||
inline ostream& operator<<(ostream& out, const ceph_object_layout &ol)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user