osd: put meta_coll const in OSD.{cc,h}

This commit is contained in:
Sage Weil 2009-12-22 17:50:33 -08:00
parent eae3004968
commit 87682d1116
3 changed files with 4 additions and 3 deletions

View File

@ -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;

View File

@ -92,6 +92,7 @@ class OSDMap;
class MLog;
class MClass;
extern const coll_t meta_coll;
class OSD : public Dispatcher {
/** OSD **/

View File

@ -309,9 +309,6 @@ namespace __gnu_cxx {
}
const coll_t meta_coll;
inline ostream& operator<<(ostream& out, const ceph_object_layout &ol)
{