]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/librbd/image/OpenRequest.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / librbd / image / OpenRequest.h
index 460839bb3d8526ca62c533a483032278569d55aa..0fe218a3982892705667b4e8ea6ee454f4ca4189 100644 (file)
@@ -61,8 +61,8 @@ private:
    *            V2_GET_DATA_POOL --------------> REFRESH
    *                                                |
    *                                                v
-   *                                             INIT_PARENT_CACHE(skip if
-   *                                                |               disable)
+   *                                             INIT_PLUGIN_REGISTRY
+   *                                                |
    *                                                v
    *                                             INIT_CACHE
    *                                                |
@@ -123,8 +123,8 @@ private:
   void send_refresh();
   Context *handle_refresh(int *result);
 
-  Context* send_parent_cache(int *result);
-  Context* handle_parent_cache(int *result);
+  void send_init_plugin_registry();
+  Context* handle_init_plugin_registry(int *result);
 
   Context *send_init_cache(int *result);