]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore/BlueStore.cc: fix UNINIT_CTOR in BlueStore
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 28 Jan 2016 10:33:30 +0000 (11:33 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 29 Jan 2016 20:51:17 +0000 (21:51 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/os/bluestore/BlueStore.cc

index a9a5b9ed5e73939a22bbbf14290e7a170cabacb9..b2c6942e3ee19c7182a7931b05654a9ac6804018 100644 (file)
@@ -758,6 +758,7 @@ BlueStore::BlueStore(CephContext *cct, const string& path)
     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),