]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/librbd/cache/ParentCacheObjectDispatch.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / librbd / cache / ParentCacheObjectDispatch.cc
index 762b18101f6974e1ea47db9a792c0331cb6c0016..d42a3b88bff63a52b5051c3dc0a4f9504ad4946d 100644 (file)
@@ -20,6 +20,7 @@
 #define dout_prefix *_dout << "librbd::cache::ParentCacheObjectDispatch: " \
                            << this << " " << __func__ << ": "
 
+using namespace std;
 using namespace ceph::immutable_obj_cache;
 using librbd::util::data_object_name;
 
@@ -206,7 +207,7 @@ void ParentCacheObjectDispatch<I>::create_cache_session(Context* on_finish,
   Context* connect_ctx = new LambdaContext(
     [this, cct, register_ctx](int ret) {
     if (ret < 0) {
-      lderr(cct) << "Parent cache fail to connect RO daeomn." << dendl;
+      lderr(cct) << "Parent cache fail to connect RO daemon." << dendl;
       register_ctx->complete(ret);
       return;
     }