X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Flibrbd%2FOperations.h;h=2b0c725b981b02977954a3fc5ac930a6e92fb9a5;hb=b32b81446b3b05102be0267e79203f59329c1d97;hp=3ffac5c733f6aa051ea19a647724fadd78cf2ad2;hpb=215dd7151453fae88e6f968c975b6ce309d42dcf;p=ceph.git diff --git a/ceph/src/librbd/Operations.h b/ceph/src/librbd/Operations.h index 3ffac5c73..2b0c725b9 100644 --- a/ceph/src/librbd/Operations.h +++ b/ceph/src/librbd/Operations.h @@ -101,7 +101,7 @@ public: int metadata_remove(const std::string &key); void execute_metadata_remove(const std::string &key, Context *on_finish); - int prepare_image_update(); + int prepare_image_update(bool request_lock); private: ImageCtxT &m_image_ctx;